Merge pull request #5598 from LaurenceJJones/public_key_openapi_spec
enhance: Add missing openapi items to PrivateKey
This commit is contained in:
commit
d21fee8a03
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
'name' => ['type' => 'string'],
|
||||
'description' => ['type' => 'string'],
|
||||
'private_key' => ['type' => 'string', 'format' => 'private-key'],
|
||||
'public_key' => ['type' => 'string'],
|
||||
'fingerprint' => ['type' => 'string'],
|
||||
'is_git_related' => ['type' => 'boolean'],
|
||||
'team_id' => ['type' => 'integer'],
|
||||
'created_at' => ['type' => 'string'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue