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