You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ramls/cyclops.raml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,11 @@ documentation:
70
70
description: No content is returned.
71
71
72
72
/{setName}:
73
+
uriParameters:
74
+
setName:
75
+
description: The name of the set to retrieve from, modify or tag
76
+
type: string
77
+
required: true
73
78
get:
74
79
description: "Retrieve elements of a set"
75
80
queryParameters:
@@ -130,6 +135,11 @@ documentation:
130
135
description: No content is returned.
131
136
/tag:
132
137
/{tagName}:
138
+
uriParameters:
139
+
tagName:
140
+
description: The name of the tag to add or remove to object within the set. The path `/cyclops/sets/mike/tag/dino` represents the resource "the set of records that are tagged with `dino` in the set `mike`.
141
+
type: string
142
+
required: true
133
143
post:
134
144
description: "add tag to, or remove tag from, objects within in a set"
0 commit comments