Operations
Update an operation
Partially updates specific fields of an existing operation without affecting the rest of the data.
Partially updates specific fields of an existing operation without affecting the rest of the data.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
Operation identifier
Request Body
application/merge-patch+json
The updated Operation resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://api.skalasuite.com/api/operations/string" \ -H "Content-Type: application/merge-patch+json" \ -d '<name>string</name>'{
"id": 0,
"name": "string",
"isActive": true
}Empty
Empty
Empty
