Skip to content

Commit 94af499

Browse files
committed
CPM-724: Fix links
1 parent e741a02 commit 94af499

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/rest-api/permissions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ To enable this possibility:
190190

191191
That's it! :tada:
192192

193-
Don't hesitate to test your configuration by calling the [PATCH product endpoint](/api-reference.html#patch_products__code_) with an update in the body of your product. You should receive a 403, saying that you don't have the right update for this product, exactly the expected behavior!
193+
Don't hesitate to test your configuration by calling the [PATCH product endpoint](/api-reference.html#patch_products_uuid__uuid_) with an update in the body of your product. You should receive a 403, saying that you don't have the right update for this product, exactly the expected behavior!
194194

195195
### Proposals of product information updates
196196

@@ -214,8 +214,8 @@ To enable this possibility:
214214

215215
That's it! :tada:
216216

217-
Don't hesitate to test your configuration by calling the [PATCH product endpoint](/api-reference.html#patch_products__code_) with an update in the body of your product. A draft of your product will be created.
218-
You will then need to send your draft for approval by using [this REST API endpoint](/api-reference.html#post_proposal).
217+
Don't hesitate to test your configuration by calling the [PATCH product endpoint](/api-reference.html#patch_products_uuid__uuid_) with an update in the body of your product. A draft of your product will be created.
218+
You will then need to send your draft for approval by using [this REST API endpoint](/api-reference.html#post_proposal_uuid).
219219
If it works correctly, the owners of the categories where this product is classified will receive a new proposal in their Proposals screen. Below, you can see an example of the generated proposal.
220220

221221
![Proposal generated by the REST API](/img/rest-api/proposal-by-api.png)

content/swagger/akeneo-web-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content/swagger/resources/products_uuid/routes/products_uuid_uuid_draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
get:
22
summary: Get a draft
3-
operationId: "get_draft_uuid__code_"
3+
operationId: "get_draft_uuid__uuid_"
44
tags:
55
- Product [uuid]
66
x-versions:

0 commit comments

Comments
 (0)