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:
|
screenshot:
|
||||||
description: url to a screenshot of the map
|
description: url to a screenshot of the map
|
||||||
contributor_ids:
|
contributor_ids:
|
||||||
description: the topic being linked from
|
description: the ids of people who have contributed to the map
|
||||||
collaborator_ids:
|
collaborator_ids:
|
||||||
description: the topic being linked to
|
description: the ids of people who have edit access to the map
|
||||||
responses:
|
responses:
|
||||||
201:
|
201:
|
||||||
body:
|
body:
|
||||||
|
@ -52,12 +52,6 @@ post:
|
||||||
screenshot:
|
screenshot:
|
||||||
description: url to a screenshot of the map
|
description: url to a screenshot of the map
|
||||||
required: false
|
required: false
|
||||||
contributor_ids:
|
|
||||||
description: the topic being linked from
|
|
||||||
required: false
|
|
||||||
collaborator_ids:
|
|
||||||
description: the topic being linked to
|
|
||||||
required: false
|
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
body:
|
body:
|
||||||
|
@ -79,12 +73,6 @@ post:
|
||||||
screenshot:
|
screenshot:
|
||||||
description: url to a screenshot of the map
|
description: url to a screenshot of the map
|
||||||
required: false
|
required: false
|
||||||
contributor_ids:
|
|
||||||
description: the topic being linked from
|
|
||||||
required: false
|
|
||||||
collaborator_ids:
|
|
||||||
description: the topic being linked to
|
|
||||||
required: false
|
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
body:
|
body:
|
||||||
|
|
Loading…
Reference in a new issue