customfields_fields_field_options
Overview
Name | customfields_fields_field_options |
Type | Resource |
Id | pagerduty.custom_fields.customfields_fields_field_options |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the resource. |
created_at | string | The date/time the object was created at. |
data | `` | |
type | string | |
updated_at | string | The date/time the object was last updated. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_custom_fields_field_option | SELECT | X-EARLY-ACCESS, field_id, field_option_id | Get a Field Option. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |
list_custom_fields_field_options | SELECT | X-EARLY-ACCESS, field_id | List all enabled Field Options for a Field. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |
create_custom_fields_field_option | INSERT | X-EARLY-ACCESS, field_id, data__field_option | Create a new Field Option. Field Options may only be created for Fields where fixed_options is true . A Field may have no more than 10 enabled options.<!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |
delete_custom_fields_field_option | DELETE | X-EARLY-ACCESS, field_id, field_option_id | Delete a Field Option. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |
_get_custom_fields_field_option | EXEC | X-EARLY-ACCESS, field_id, field_option_id | Get a Field Option. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |
_list_custom_fields_field_options | EXEC | X-EARLY-ACCESS, field_id | List all enabled Field Options for a Field. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |
update_custom_fields_field_option | EXEC | X-EARLY-ACCESS, field_id, field_option_id, data__field_option | Update Field Option for a Field. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |