Operations
Replace an operation
Completely replaces the data of an existing operation with the provided payload.
Completely replaces the data of an existing operation with the provided payload.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
Operation identifier
Request Body
application/json
The updated Operation resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://api.skalasuite.com/api/operations/string" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"id": 0,
"name": "string",
"isActive": true
}Empty
Empty
Empty
