API Reference
PATCH training-website-page-detail/{id}
PATCH operation for training-website-page-detail/{id}
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://dev-rest.onboard.io/training-website-page-detail/{id}" \ -H "Content-Type: application/json" \ -d '{ "url": "http://example.com" }'{
"id": 0,
"name": "string",
"description": "string",
"url": "http://example.com",
"created_at": "2019-08-24T14:15:22Z",
"modified_at": "2019-08-24T14:15:22Z",
"include_in_ai": true,
"website_id": 0,
"website": "string",
"ai_data": {},
"bot": "string",
"bot_id": 0,
"include_in_outboard": true
}Empty
Empty
Empty
How is this guide?