Skip to main content
POST
Create Guideline

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Schema for creating a guideline.

content
string
required
Minimum string length: 1
title
string
required
Required string length: 1 - 500
board_id
string | null
scope
string
default:global
tags
string[] | null

Response

Successful Response

Schema for guideline response.

board_id
string | null
required
content
string
required
created_at
string<date-time>
required
id
string
required
owner_id
string
required
scope
string
required
tags
string[] | null
required
title
string
required
updated_at
string<date-time>
required
Last modified on May 17, 2026