/
TR
transferz
/
Authentication API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Actions
3
API keys
3
Authentication
1
Bookings
6
Flights
2
Journeys
19
OAuth Authorization
3
OAuth Clients
4
put
Update OAuth client
delete
Delete OAuth client
get
List OAuth clients
post
Create OAuth client
Offers
4
Payments
1
Quotes
2
TOTP devices
5
Zones
2
OAuth Clients
Update OAuth client
Updates an existing OAuth client registration
put
/oauth/clients/{id}
Path parameters
id
integer
required
Request body
UpdateOAuthClientRequestDto
required
name
string
required
redirectUris
string[]
required
scopes
string
trusted
boolean
enabled
boolean
Response
OK
OAuthClientResponseDto
required
id
integer
clientId
string
name
string
redirectUris
string[]
scopes
string
trusted
boolean
enabled
boolean
clientType
'CONFIDENTIAL'
|
'PUBLIC'
created
string
date-time
updated
string
date-time
Changes