/
VA
valuemelody
/
Melody Auth S2S API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-07-17
Details
Filter operations
Apps
5
get
Get a list of apps
post
Create a new app
get
Get a single app by ID
put
Update an existing app by ID
delete
Delete an existing app by ID
Logs
6
Roles
5
Scopes
5
Users
15
Apps
Update an existing app by ID
Required scope - write_app
put
/api/v1/apps/{id}
Path parameters
id
number
required
The unique ID of the app
Request body
PutAppReq
required
redirectUris
string[]
name
string
isActive
boolean
scopes
string[]
Response
object
required
app
AppDetail
Changes