URL Redirection
Retrieve URL Redirection Settings.
Query parameters
siteIdinteger · int32Optional
The Site ID for which to retrieve the URL RedirectionSettings. (optional)
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/URLRedirectionSettingsModify URL Redirection Settings.
Query parameters
siteIdinteger · int32Optional
The Site ID for which to modify the URL Redirection Settings. (optional)
Body
Update the URL redirection settings
defaultActionstring · enumOptionalPossible values:
Redirect action type options
replicateboolean | nullableOptional
Whether the 'Replicate Settings' option is enabled or not.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/URLRedirectionSettingsNo content
Last updated
Was this helpful?