improve descriptors
This commit is contained in:
parent
d193c9a53c
commit
8d613eab33
1 changed files with 2 additions and 14 deletions
|
@ -19,9 +19,9 @@ post:
|
|||
screenshot:
|
||||
description: url to a screenshot of the map
|
||||
contributor_ids:
|
||||
description: the topic being linked from
|
||||
description: the ids of people who have contributed to the map
|
||||
collaborator_ids:
|
||||
description: the topic being linked to
|
||||
description: the ids of people who have edit access to the map
|
||||
responses:
|
||||
201:
|
||||
body:
|
||||
|
@ -52,12 +52,6 @@ post:
|
|||
screenshot:
|
||||
description: url to a screenshot of the map
|
||||
required: false
|
||||
contributor_ids:
|
||||
description: the topic being linked from
|
||||
required: false
|
||||
collaborator_ids:
|
||||
description: the topic being linked to
|
||||
required: false
|
||||
responses:
|
||||
200:
|
||||
body:
|
||||
|
@ -79,12 +73,6 @@ post:
|
|||
screenshot:
|
||||
description: url to a screenshot of the map
|
||||
required: false
|
||||
contributor_ids:
|
||||
description: the topic being linked from
|
||||
required: false
|
||||
collaborator_ids:
|
||||
description: the topic being linked to
|
||||
required: false
|
||||
responses:
|
||||
200:
|
||||
body:
|
||||
|
|
Loading…
Reference in a new issue