Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates a new form_field from provided data
cURL
curl --request POST \ --url https://api.rootly.com/v1/form_fields \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/vnd.api+json' \ --data ' { "data": { "type": "form_fields", "attributes": { "name": "<string>", "value_kind_catalog_id": "<string>", "description": "<string>", "shown": [ "<string>" ], "required": [ "<string>" ], "show_on_incident_details": true, "enabled": true, "default_values": [ "<string>" ], "auto_set_by_catalog_property_id": "<string>" } } } '
{ "data": { "id": "<string>", "type": "form_fields", "attributes": { "name": "<string>", "shown": [ "<string>" ], "required": [ "<string>" ], "default_values": [ "<string>" ], "created_at": "<string>", "updated_at": "<string>", "value_kind_catalog_id": "<string>", "slug": "<string>", "description": "<string>", "show_on_incident_details": true, "enabled": true, "auto_set_by_catalog_property_id": "<string>" } }, "included": [ { "id": "<string>", "type": "<string>", "attributes": {}, "relationships": {} } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
form_field created with auto_set_by_catalog_property_id
Was this page helpful?
Contact support