curl --request PUT \
--url https://api.revong.com/api/v1/schema/{schemaId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locked": true,
"version": 123,
"name": "<string>",
"desc": "<string>",
"category": "<string>",
"active": true
}
'ROLES: SCHEMA_WRITE,SCHEMA_ADMIN USER: true SERVICE ACCOUNT: true
curl --request PUT \
--url https://api.revong.com/api/v1/schema/{schemaId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locked": true,
"version": 123,
"name": "<string>",
"desc": "<string>",
"category": "<string>",
"active": true
}
'Bearer token with Platform JWT token or API Key.
OK.