v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0118044135.0 KB
rest

Sets the application access codes

Replaces all existing access codes for the application with the provided ones. For personal applications, the owner user access code is always added to the saved access codes. Access codes define which users or groups can use the application. Administrators and personal application owners always have access regardless of access codes. For shared applications, if no access codes are set, the application is available to everyone. For personal applications, if no access codes are set, only the owner and administrators have access. Request example: { "clientId": "local.69b9196bdbd793.03286491", "codes": ["UA", "D1"] }

post/rest.application.access.set

Request body

clientIdstring required
codesstring[] required

Example request

{
  "clientId": "string"
}

Response

Success response