Skip to main content
PATCH
Update Guideline

Authorizations

Authorization
string
header
required

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

Path Parameters

guideline_id
string
required

Body

application/json

Schema for updating a guideline.

content
string | null
tags
string[] | null
title
string | null
Required string length: 1 - 500

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