Create a profile page​
Create a profile page
application/json
Request Body required
page object
uid string
The uid of the page
description text
The description of the page
name string
The name of the page
archived boolean
Determines whether the page is archived
Responses
- 200
- 400
- 500
Expected response to a valid request
application/json
Schema
Example (from schema)
Schema
page object
uid string
The uid of the page
description text
The description of the page
name string
The name of the page
archived boolean
Determines whether the page is archived
{
"page": {
"uid": "page_uid",
"description": "Page for workflow",
"name": "My Page Name",
"archived": false,
"id": "2e06b876-f456-473d-bd65-b6435e0b6b2d"
}
}
Bad Request - unable to complete.
application/json
Schema
Example (from schema)
Schema
oneOf
InvalidJson
ValidationErrors
error
error
errors
{}
Internal Server Error - returned on unhandled exceptions.
application/json
Schema
Example (from schema)
Schema
error
A message describing the error
{
"error": "Sorry something went wrong"
}
Loading...