NATS5 REST API Adtool PATCH field
From TMM Wiki
Jump to navigationJump to search
PATCH /adtool/field
Description
- Edit adtool type field
Resource URL
- http://domain/api/adtool/field
- Replace domain with the nats domain
- PATCH
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- adtool_type_id
- type: digit
- required
- adtool_field_id
- type: digit
- required
- name
- type: string
- optional
- type
- type: digit
- optional
- check_function
- type: string
- optional
- required
- type: boolean_digit
- optional
- min_display
- type: boolean_digit
- optional
- is_unique
- type: boolean_digit
- optional
- allow_search
- type: boolean_digit
- optional
- min
- type: digit
- optional
- max
- type: digit
- optional