fix(API): Add correct payload example (#22057)

This commit is contained in:
Nikhil Kuriakose 2025-11-20 12:36:52 +01:00 committed by GitHub
parent 3e03b30b77
commit a0c2071cb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ properties:
example: John's Github account
type:
type: string
example: github
example: githubApi
createdAt:
type: string
format: date-time

View File

@ -13,11 +13,11 @@ properties:
example: Joe's Github Credentials
type:
type: string
example: github
example: githubApi
data:
type: object
writeOnly: true
example: { token: 'ada612vad6fa5df4adf5a5dsf4389adsf76da7s' }
example: { accessToken: 'ada612vad6fa5df4adf5a5dsf4389adsf76da7s' }
createdAt:
type: string
format: date-time