2016-10-04 04:11:58 +00:00
|
|
|
#type: collection
|
2016-09-21 17:22:40 +00:00
|
|
|
get:
|
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
body:
|
|
|
|
application/json:
|
|
|
|
example: !include ../examples/synapses.json
|
|
|
|
post:
|
|
|
|
body:
|
|
|
|
application/json:
|
|
|
|
properties:
|
|
|
|
desc:
|
|
|
|
description: name
|
|
|
|
category:
|
|
|
|
description: from to or both
|
|
|
|
permission:
|
|
|
|
description: commons, public, or private
|
|
|
|
topic1_id:
|
|
|
|
description: the topic being linked from
|
|
|
|
topic2_id:
|
|
|
|
description: the topic being linked to
|
|
|
|
user_id:
|
|
|
|
description: the creator of the topic
|
|
|
|
responses:
|
|
|
|
201:
|
|
|
|
body:
|
|
|
|
application/json:
|
|
|
|
example: !include ../examples/synapse.json
|
|
|
|
/{id}:
|
2016-10-04 04:11:58 +00:00
|
|
|
#type: item
|
2016-09-21 17:22:40 +00:00
|
|
|
get:
|
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
body:
|
|
|
|
application/json:
|
|
|
|
example: !include ../examples/synapse.json
|
|
|
|
put:
|
|
|
|
body:
|
|
|
|
application/json:
|
|
|
|
properties:
|
|
|
|
desc:
|
|
|
|
description: name
|
|
|
|
category:
|
|
|
|
description: from-to or both
|
|
|
|
permission:
|
|
|
|
description: commons, public, or private
|
|
|
|
topic1_id:
|
|
|
|
description: the topic being linked from
|
|
|
|
topic2_id:
|
|
|
|
description: the topic being linked to
|
|
|
|
user_id:
|
|
|
|
description: the creator of the topic
|
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
body:
|
|
|
|
application/json:
|
|
|
|
example: !include ../examples/synapse.json
|
|
|
|
patch:
|
|
|
|
body:
|
|
|
|
application/json:
|
|
|
|
properties:
|
|
|
|
desc:
|
|
|
|
description: name
|
|
|
|
category:
|
|
|
|
description: from-to or both
|
|
|
|
permission:
|
|
|
|
description: commons, public, or private
|
|
|
|
topic1_id:
|
|
|
|
description: the topic being linked from
|
|
|
|
topic2_id:
|
|
|
|
description: the topic being linked to
|
|
|
|
user_id:
|
|
|
|
description: the creator of the topic
|
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
body:
|
|
|
|
application/json:
|
|
|
|
example: !include ../examples/synapse.json
|
|
|
|
delete:
|
|
|
|
responses:
|
|
|
|
204:
|
|
|
|
description: No content
|