...
Name | Type | Description | |
---|---|---|---|
q | Optional | Only sets containing this search string will be returned, matched against 'tagname' property | |
typename | Optional | Only sets of this type with a matching 'name' will be returned | |
user_id | Optional | Only sets with this user_id will be returned | : report, revision, comment or alert|
order | Optional | Returned sets will be sorted in this order: ASC or DESC. Default: DESC | |
order_by | Optional | Returned sets will be sorted by this field. Default: created | |
limit | Optional | Limit number of results returned. Default: 50. Max: 500 | |
offset | Optional | Sets returned will be offset by this number of results |
...
Anchor | ||
---|---|---|
|
PUT sets/:id
Update a [resource]a set
METHOD: PUT
ENDPOINT: /api/v2/sets/:id
AUTHENTICATED: Yes
...
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUT http://ushv3.dev/api/v2/sets/1
|
Anchor | ||
---|---|---|
|
DELETE sets/:id
...
Panel | |||||||
---|---|---|---|---|---|---|---|
DELETE /api/v2/sets/2
|