Update Action
PATCH
/actions/{actionId}
Partially updates an Action’s mutable fields: name, type, and validity period. The targetResourceType cannot be changed after creation. Only provided fields are updated — omitted fields remain unchanged. The Space must be active.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” actionId
required
string
Header Parameters
Section titled “Header Parameters ” X-Space-Id
required
string format: uuid
UUID of the target Space (tenant boundary). Validated against user access.
Request Body required
Section titled “Request Body required ”object
name
New name
string
Example
First aid training type
New action type
string
Example
health validityValue
New validity duration value
number
Example
3 validityUnit
New validity duration unit
string
Example
yearResponses
Section titled “ Responses ”Unauthorized — missing or invalid JWT
Forbidden — insufficient permissions
Resource not found
Validation failed — invalid input