NATS5 REST API Site PATCH site
From TMM Wiki
Jump to navigationJump to search
PATCH /site/site
Description
- Update site settings
Resource URL
- http://domain/api/site/site
- Replace domain with the nats domain
- PATCH
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- siteid
- type: digit
- required
- name
- type: string
- optional
- site_group_id
- type: digit
- optional
- brand_id
- type: digit
- optional
- mobile_tour
- type: digit
- optional
- date_added
- type: datetime (A date string to be parsed by php strtotime, or a unix timestamp integer)
- optional
- hidden
- type: boolean_digit
- optional
- featured
- type: boolean_digit
- optional
- reuse_active
- type: boolean_digit
- optional
- no_personal_member_info
- type: boolean_digit
- optional
- relaxed_upsell_dupe_check
- type: boolean_digit
- optional
- require_atvod_verification
- type: boolean_digit
- optional
- atvod_client_id
- type: string
- optional
- atvod_operator_id
- type: string
- optional
- atvod_password
- type: string
- optional
- atvod_authenticate_profile_id
- type: string
- optional
- atvod_passport_profile_id
- type: string
- optional
- atvod_driving_licence_profile_id
- type: string
- optional