Contexts
Create or update context kind
Create or update a context kind by key. Only the included fields will be updated.
put/api/v2/projects/{projectKey}/context-kinds/{key}
Path parameters
projectKeystring string required
The project key
The project key
keystring string required
The context kind key
The context kind key
Request body
Example request
{
"name": "organization",
"description": "An example context kind for organizations",
"version": 1
}Response
Context kind upsert response
Example response
{
"status": "success"
}