Skip to content

Commit 588f03a

Browse files
committed
updates
1 parent b0d646e commit 588f03a

22 files changed

+62
-62
lines changed

api-reference/issue-types/options/add.mdx renamed to api-reference/issue-types/options/add-dropdown-options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Add
3-
description: description
2+
title: Add dropdown options
3+
description: Allows you to define a list of options for the dropdown property type.
44
api: POST /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/
55
---
66

api-reference/issue-types/options/delete.mdx renamed to api-reference/issue-types/options/delete-dropdown-options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Delete
3-
description: description
2+
title: Delete property options
3+
description: Enables you to remove specific options from a dropdown custom property.
44
api: DELETE /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
55
---
66

api-reference/issue-types/options/get-detail.mdx renamed to api-reference/issue-types/options/get-option-details.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Get by id
3-
description: description
2+
title: Get option details
3+
description: Retrieves information about a specific option within a dropdown property.
44
api: GET /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
55
---
66

api-reference/issue-types/options/list.mdx renamed to api-reference/issue-types/options/list-dropdown-options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: List
3-
description: description
2+
title: List property options
3+
description: Retrieves all available options for a specific dropdown custom property.
44
api: GET /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/
55
---
66

api-reference/issue-types/options/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Overview
3-
description: Description
3+
description: Provides a set of endpoints for adding, modifying, and deleting options within the dropdown custom property types.
44
---
55

66
```http
@@ -11,7 +11,7 @@ PATCH /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-properties/
1111
DELETE /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-properties/:property_id/options/:option_id/
1212
```
1313

14-
### Label Object
14+
### Issue Property Options Object
1515

1616
- `workspace` _uuid_
1717

api-reference/issue-types/options/update.mdx renamed to api-reference/issue-types/options/update-dropdown-options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Update
3-
description: description
2+
title: Update property options
3+
description: Lets you modify existing options within a dropdown property.
44
api: PATCH /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
55
---
66

api-reference/issue-types/properties/add.mdx renamed to api-reference/issue-types/properties/add-property.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Add
3-
description: description
2+
title: Add custom properties
3+
description: Define additional attributes for an issue type in your project.
44
api: POST /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/
55
---
66

api-reference/issue-types/properties/delete.mdx renamed to api-reference/issue-types/properties/delete-property.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Delete
3-
description: description
2+
title: Delete custom properties
3+
description: Remove specific custom properties from an issue type in your project.
44
api: DELETE /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/{property_id}/
55
---
66

api-reference/issue-types/properties/get-detail.mdx renamed to api-reference/issue-types/properties/get-property-details.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Get by id
3-
description: description
2+
title: Get property details
3+
description: Retrieves detailed information about a specific custom property for an issue type in your project.
44
api: GET /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/{property_id}/
55
---
66

api-reference/issue-types/properties/list.mdx renamed to api-reference/issue-types/properties/list-properties.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: List
3-
description: description
2+
title: List custom properties
3+
description: Fetches all custom properties associated with a specific issue type in your project.
44
api: GET /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/
55
---
66

0 commit comments

Comments
 (0)