v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBLicense Manager Public
Update Application Details
Update the details of an existing application. Only the fields included in the request body will be updated.
patch/license-manager/applications/{id}
Path parameters
idstring required
The unique identifier of the application in SysAid (CUID format, 24 characters).
Request body
Example request
{
"category": "developer-tools",
"activeUsers": 150,
"currency": "USD"
}Response
Application is successfully updated.
Example response
{
"category": "developer-tools",
"currency": "USD",
"dateCreated": "2025-06-15T10:30:00Z",
"dateUpdated": "2025-08-20T14:30:00Z"
}