Create a URL redirect rule for a site
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
Body
sourcestring · max: 512RequiredPattern:
The source path to redirect from.
^\/(?!\*)(?!.*\*.+)(?:[A-Za-z0-9\-._~+]|%[0-9A-Fa-f]{2})+(?:\/(?:[A-Za-z0-9\-._~+]|%[0-9A-Fa-f]{2})+)*(?:\/\*|\*)?$captureWildcardbooleanOptionalDefault:
Capture and append the wildcard-matched suffix to the destination URL.
falsedraftbooleanOptionalDefault:
Whether the redirect is draft and not live.
falsedestinationone ofRequired
or
or
or
or
Responses
201
The redirect was created successfully.
application/json
objectstring · enumRequiredPossible values:
idstringRequired
The unique identifier for the redirect.
sourcestring · max: 512RequiredPattern:
The source path to redirect from.
^\/(?!\*)(?!.*\*.+)(?:[A-Za-z0-9\-._~+]|%[0-9A-Fa-f]{2})+(?:\/(?:[A-Za-z0-9\-._~+]|%[0-9A-Fa-f]{2})+)*(?:\/\*|\*)?$draftbooleanRequired
Whether the redirect is draft and not live.
captureWildcardbooleanRequired
Capture and append the wildcard-matched suffix to the destination URL.
destinationone ofRequired
or
or
or
post/orgs/{organizationId}/sites/{siteId}/redirects
201
The redirect was created successfully.
Last updated
Was this helpful?