Fix links description

pull/13/head
Nathanaël Jourdane 4 years ago committed by guhur
parent 7085cb704e
commit d02508957c

@ -3,4 +3,4 @@ parameters:
userId: $response.body#/id
description: >
The `id` value returned in the response can be used as the `poll-id` parameter
in GET /invites/{poll-id}.
in POST /polls/{poll-id}/judges.

@ -3,4 +3,4 @@ parameters:
userId: $response.body#/id
description: >
The `id` value returned in the response can be used as the `poll-id` parameter
in GET /judgments/{poll-id}.
in POST /polls/{poll-id}/judgments.

@ -3,4 +3,4 @@ parameters:
judgmentId: $response.body#/id
description: >
The `id` value returned in the response can be used as the `judgment-id`
parameter in DELETE /judgments/{judgment-id}.
parameter in DELETE /polls/{poll-id}/judgments/{judgment-id}.

@ -3,4 +3,4 @@ parameters:
judgmentId: $response.body#/id
description: >
The `id` value returned in the response can be used as the `judgment-id`
parameter in GET /judgments/{judgment-id}.
parameter in GET /polls/{poll-id}/judgments/{judgment-id}.

@ -3,4 +3,4 @@ parameters:
pollId: $response.body#/id
description: >
The `id` value returned in the response can be used as the `poll-id` parameter
in GET /results/{result-id}.
in GET /polls/{poll-id}/results.

Loading…
Cancel
Save