cURL
curl --request POST \ --url https://api.gleap.io/v3/helpcenter-redirect \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'project: <project>' \ --data ' { "oldUrl": "<string>", "newUrl": "<string>", "matchType": "exact" } '
{ "updatedAt": "<string>", "createdAt": "<string>", "matchType": "exact", "newUrl": "<string>", "oldUrl": "<string>", "project": { "isValid": {}, "createFromHexString": {}, "createFromTime": {}, "generate": {}, "cacheHexString": "<unknown>" } }
Create a new redirect.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
exact
pattern
Ok
Generic types for Document:
Show child attributes