Add support: Custom instruction/categories for projects (#2134)

This commit is contained in:
Dev Khant
2025-01-11 13:38:20 +05:30
committed by GitHub
parent ac8cf59473
commit 7f0d766c09
7 changed files with 659 additions and 192 deletions

View File

@@ -0,0 +1,4 @@
---
title: 'Get Custom Instructions and Categories'
openapi: get /api/v1/orgs/organizations/{org_id}/projects/{project_id}/custom-instructions-and-categories/
---

View File

@@ -0,0 +1,6 @@
---
title: 'Update Custom Instructions and Categories'
openapi: post /api/v1/orgs/organizations/{org_id}/projects/{project_id}/custom-instructions-and-categories/
---
Please refer to the [how to use custom instructions/categories](/features/custom-instructions) for more information.