curl --request PATCH \
--url https://api.malga.io/v1/sessions/{id} \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'{
"id": "<string>",
"isActive": true
}curl --request PATCH \
--url https://api.malga.io/v1/sessions/{id} \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'{
"id": "<string>",
"isActive": true
}Was this page helpful?