Get form field compatible types

GET/forms/form-field/{uuid}/compatible-types

Path parameters

  • uuidstringRequired#
    Unique identifier for the form field.

Responses

200List of compatible field types.ObjectResponse
{}
401Unauthorized.Error
404Form field not found.Error
curl https://your-url.com/kong/core/api/gateway/forms/form-field/{uuid}/compatible-types\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"