/workspaces/{workspaceId}/apps/{appId}/redirects
Authorization
bearerAuth apps:writeAuthorizationBearer <token>
In: header
Scope: apps:write
Path Parameters
workspaceId*string
appId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/workspaces/string/apps/string/redirects" \ -H "Content-Type: application/json" \ -d '{ "source": "string", "destination": "string" }'Empty