Skip to content

Commit 2b944de

Browse files
authored
Merge pull request #124 from makeplane/fix/api-reference-typo
fix: typo in workspace slug in api references
2 parents 7c2a64d + 362965d commit 2b944de

9 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add dropdown options
33
description: Allows you to define a list of options for the dropdown property type.
4-
api: POST /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/
4+
api: POST /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-properties/{property_id}/options/
55
---
66

77
### Path parameters

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Delete property options
33
description: Enables you to remove specific options from a dropdown custom property.
4-
api: DELETE /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
4+
api: DELETE /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
55
---
66

77
### Path parameters

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Get option details
33
description: Retrieves information about a specific option within a dropdown property.
4-
api: GET /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
4+
api: GET /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
55
---
66

77
### Path parameters

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: List property options
33
description: Retrieves all available options for a specific dropdown custom property.
4-
api: GET /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/
4+
api: GET /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-properties/{property_id}/options/
55
---
66

77
### Path parameters

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Update property options
33
description: Lets you modify existing options within a dropdown property.
4-
api: PATCH /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
4+
api: PATCH /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
55
---
66

77
### Path parameters

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add issue properties
33
description: Define additional attributes for an issue type in your project.
4-
api: POST /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/
4+
api: POST /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/
55
---
66

77
### Path parameters

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: List issue properties
33
description: Fetches all custom properties associated with a specific issue type in your project.
4-
api: GET /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/
4+
api: GET /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/
55
---
66

77
### Path parameters

api-reference/issue-types/values/add-property-values.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add property values
33
description: Allows you to specify the values for a custom property.
4-
api: POST /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issues/{issue_id}/issue-properties/{property_id}/values/
4+
api: POST /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issues/{issue_id}/issue-properties/{property_id}/values/
55
---
66

77
### Path parameters

api-reference/issue-types/values/list-property-values.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: List property values
33
description: Fetches the values of the custom property.
4-
api: GET /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issues/{issue_id}/issue-properties/{property_id}/values/
4+
api: GET /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issues/{issue_id}/issue-properties/{property_id}/values/
55
---
66

77
### Path parameters

0 commit comments

Comments
 (0)