v1

latestOpenAPI 3.0.3MIT2026-07-17493640.5 KB
Resource Management

Update resource by key

Updates the resource with the specified id.

put/resources/{id}

Path parameters

idstring uuid required
Example:7bea4732-214f-40e7-9161-4e7241a2b97e

id of the object

Request body

idstring uuid required
namestring required
uristring uri required

Example request

{
  "id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
  "name": "pAI-OS",
  "uri": "https://localhost:8080/v1/api"
}

Response

OK