Sha256: ae0e6f36f70affac378142ff55f6cc6410c36a6d1dd973ee3316bf3b918efcd3
Contents?: true
Size: 1.86 KB
Versions: 29
Compression:
Stored size: 1.86 KB
Contents
{ "type":"object", "title": "tag", "name": "tag", "description":"A tag", "properties":{ "id":{ "description":"Unique identifier - UUID", "identity":true, "readonly":true, "type":"string", "maxLength": 22, "minLength":22 }, "name":{ "description": "The tag itself", "readonly":true, "type":"string", "maxLength": 50 }, "taggings_count":{ "description": "Usage count of this tag, for all objects in whole company scope.", "readonly":true, "type":"number" } }, "links":[ { "rel": "self", "href": "tags/{id}" }, { "rel": "instances", "href": "tags", "properties" : { "page":{ "title" : "Page", "description": "In paginated results set the page to look for", "type":"number" }, "per_page":{ "title" : "Per page", "description": "Results per page. Default is 10, max is 100", "type":"number" }, "filter[q]":{ "title" : "Search", "description": "Search in name", "type":"string" }, "filter[related_object_type]":{ "title" : "Related object type", "description": "Filter tags by their related object base type", "type":"string" }, "sort_by":{ "title" : "Sort by", "description": "Sort the results by the given field", "enum":["filename","taggings_count"], "type": "string" }, "sort":{ "title" : "Sort", "enum":["ASC","DESC"], "description": "Sort the results in ASC or DESC", "type": "string" } } }, { "rel": "destroy", "href": "tags/{id}", "method": "DELETE" }, { "rel": "update", "href": "tags/{id}", "method": "PUT" } ] }
Version data entries
29 entries across 29 versions & 1 rubygems