Skip to main content
GET
/
api
/
v1
/
custom
/
org
/
{organization_uuid}
/
dynamic_rules
/
schema
cURL
curl --request GET \
  --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/dynamic_rules/schema/ \
  --header 'Authorization: Bearer <token>'
{
  "fields": [
    "<unknown>"
  ],
  "variables": [
    "<unknown>"
  ],
  "functions": [
    "<unknown>"
  ],
  "operators": [
    "<unknown>"
  ],
  "examples": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_uuid
string<uuid>
required

Response

200 - application/json
fields
any[]
required
variables
any[]
required
functions
any[]
required
operators
any[]
required
examples
any[]
required