Skip to main content
POST
/
api
/
Sites
/
uploadOpenAPISchema
cURL
curl --request POST \
  --url https://api.example.com/api/Sites/uploadOpenAPISchema \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form File='@example-file' \
  --form SiteId=3c90c3cc-0d44-4b50-8888-8dd25736052a

Documentation Index

Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication header

Body

multipart/form-data
File
file
required
SiteId
string<uuid>
required

Response

200

OK

Last modified on May 9, 2026