Create Boundary Summary
POST/v4/boundaries/:id/summary
Create a summary for a given boundary.
Request
Path Parameters
id stringrequired
The LiveBy Boundary ID obtained from the /v4/boundaries endpoint.
Responses
- 200
- 401
- 403
- 404
- 429
- 500
- 504
- application/json
- Schema
- Example (from schema)
Schema
success booleanrequired
data
object
Boundary stringrequired
The unique identifier for the boundary.
Description objectrequired
The description of the boundary.
Expires At object
The expiration date of the description.
Deleted At object
The deletion date of the boundary.
{
"success": true,
"data": {
"Boundary": "string",
"Description": {},
"Expires At": {},
"Deleted At": {}
}
}
Unauthorized
Forbidden
Not Found
Too Many Requests
Internal Server Error
Service Unavailable
Loading...