Entry

Add

post

Add URL Redirection Entry.

Query parameters
siteIdinteger · int32Optional

The Site ID for which to modify the URL Redirection Settings. (optional)

Body

Add a URL redirection to the URL redirection list

enabledbooleanOptional

Whether the URL redirection will be enabled or disabled.

urlstring | nullableRequired

The URL to redirect or not.

actionstring · enumOptional

Redirect action type options

Possible values:
Responses
post
/api/URLRedirectionSettings/Entry

No content

Get

get

Retrieve URL Redirection Entry.

Path parameters
idinteger · int32Required

The Id for which to retrieve the URL Redirection Entry

Query parameters
siteIdinteger · int32Optional

The Site ID for which to modify the URL Redirection Settings. (optional)

Responses
200

Success

application/json; api-version=1.0
get
/api/URLRedirectionSettings/Entry/{id}

Update

put

Update URL Redirection Entry.

Path parameters
idinteger · int32Required

The ID for which to modify the URL Redirection Entry.

Query parameters
siteIdinteger · int32Optional

The Site ID for which to modify the URL Redirection Settings. (optional)

Body

Add a URL redirection to the URL redirection list

enabledboolean | nullableOptional

Whether the URL redirection will be enabled or disabled.

urlstring | nullableOptional

The URL to redirect or not.

actionstring · enumOptional

Redirect action type options

Possible values:
prioritystring · enumOptional

Move Direction.

Possible values:
Responses
put
/api/URLRedirectionSettings/Entry/{id}

No content

Delete

delete

Remove URL Redirection Entry.

Path parameters
idinteger · int32Required

The ID for which to Remove the URL Redirection Entry.

Query parameters
siteIdinteger · int32Optional

The Site ID for which to modify the URL Redirection Settings. (optional)

Responses
delete
/api/URLRedirectionSettings/Entry/{id}

No content

Was this helpful?