Skip to content

Commit

Permalink
fix path with namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshchang committed Jul 13, 2023
1 parent aff6f9d commit ebabda4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paths.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"/accounts/{account_id}/custom_metadata/labels":
get:
"$ref": "./paths/custom_metadata_labels/index.yaml"
"/accounts/{account_id}/custom_metadata_labels/{id}":
"/accounts/{account_id}/custom_metadata/labels/{id}":
get:
"$ref": "./paths/custom_metadata_labels/show.yaml"
"/accounts/{account_id}/invitations":
Expand Down
2 changes: 1 addition & 1 deletion paths/custom_metadata_labels/show.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ responses:
x-code-samples:
- lang: Curl
source: |-
curl "https://api.phrase.com/v2/accounts/:account_id/custom_metadata_labels/:id?branch=my-feature-branch" \
curl "https://api.phrase.com/v2/accounts/:account_id/custom_metadata/labels/:id?branch=my-feature-branch" \
-u USERNAME_OR_ACCESS_TOKEN
- lang: CLI v2
source: |-
Expand Down

0 comments on commit ebabda4

Please sign in to comment.