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

Script Languages

List Script Languages

get

Retrieves a list of available script languages.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Responses
200

Successful response

application/json
get/api/v1/patchworks/script-languages
GET /api/v1/patchworks/script-languages HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "value": "string",
    "label": "string",
    "alpha": false
  }
]

Last updated

Was this helpful?