Merge pull request #5598 from LaurenceJJones/public_key_openapi_spec

enhance: Add missing openapi items to PrivateKey
This commit is contained in:
Andras Bacsai 2025-04-13 16:18:26 +02:00 committed by GitHub
commit d21fee8a03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'],