v1

latestOpenAPI 3.0.3MIT2026-07-1411163326.7 KB
Context

Create a new context

Creates a new context in the specified organization.

post/context

Request body

namestring required

The user defined name of the context.

Example request

{
  "owner": {
    "type": "organization"
  }
}

Response

The new context

idstring uuid required

The unique ID of the context.

namestring required

The user-defined name of the context.

created_atstring date-time required

The date and time the context was created.

Example response

{
  "created_at": "2015-09-21T17:29:21.042Z"
}