For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sites

Get Site

get

Returns details for a specific site.

Autorisierungen
AuthorizationstringErforderlich
Pfadparameter
uuidstring · uuidErforderlich
Antworten
200

Successful Response

application/json
uuidstring · uuidErforderlich
namestringErforderlich
get/v2/sites/{uuid}

Delete Site

delete

Delete a site

Autorisierungen
AuthorizationstringErforderlich
Pfadparameter
uuidstring · uuidErforderlich
Antworten
204

Site successfully deleted.

Kein Inhalt

delete/v2/sites/{uuid}

Kein Inhalt

Update Site

patch

Update details of a specific site.

Autorisierungen
AuthorizationstringErforderlich
Pfadparameter
uuidstring · uuidErforderlich
Body
namestring · min: 1Optional
Antworten
200

Successful Response

application/json
anyOptional
patch/v2/sites/{uuid}

Kein Inhalt

Get Sites

get

Returns a list of physical production sites available in your organization.

Autorisierungen
AuthorizationstringErforderlich
Abfrageparameter
cursorstringOptional
Antworten
200

Successful Response

application/json
get/v2/sites

Create Site

post

Create a site.

Autorisierungen
AuthorizationstringErforderlich
Body
namestringErforderlich
Antworten
201

Successful Response

application/json
uuidstring · uuidErforderlich
namestringErforderlich
post/v2/sites

Zuletzt aktualisiert