enhance: Add missing openapi items to PrivateKey
This commit is contained in:
parent
4c95dccfb3
commit
44e96e032f
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
||||||
'name' => ['type' => 'string'],
|
'name' => ['type' => 'string'],
|
||||||
'description' => ['type' => 'string'],
|
'description' => ['type' => 'string'],
|
||||||
'private_key' => ['type' => 'string', 'format' => 'private-key'],
|
'private_key' => ['type' => 'string', 'format' => 'private-key'],
|
||||||
|
'public_key' => ['type' => 'string'],
|
||||||
|
'fingerprint' => ['type' => 'string'],
|
||||||
'is_git_related' => ['type' => 'boolean'],
|
'is_git_related' => ['type' => 'boolean'],
|
||||||
'team_id' => ['type' => 'integer'],
|
'team_id' => ['type' => 'integer'],
|
||||||
'created_at' => ['type' => 'string'],
|
'created_at' => ['type' => 'string'],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue