Skip to content

UpdateSite

PUT
/api/sites/{code}
curl --request PUT \
--url https://demo.consystence.com/api/sites/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "description": "example", "location": "example", "timeZone": "example", "status": 0 }'
code
required
string
Media typeapplication/json
object
name
string
nullable
description
string
nullable
location
string
nullable
timeZone
string
nullable
status
integer format: int32
Allowed values: 0 1 2 3

OK