mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02:00
fix(API): Add correct payload example (#22057)
This commit is contained in:
parent
3e03b30b77
commit
a0c2071cb0
|
|
@ -15,7 +15,7 @@ properties:
|
|||
example: John's Github account
|
||||
type:
|
||||
type: string
|
||||
example: github
|
||||
example: githubApi
|
||||
createdAt:
|
||||
type: string
|
||||
format: date-time
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user