V1::LibraryTagsController
Library Tags
index
Get a list of library_tags
URL
GET /libraries/:library_id/library_tagsObjeto resposta
Array<LibraryTag> | The created library_tags |
show
View a content {LibraryTag}
URL
GET /library_tags/:idParâmetros obrigatórios
Nome | Tipo | Descrição |
---|---|---|
id | Integer | Identifier the library_tag |
Objeto resposta
LibraryTag | The requested library_tag |
create
Create {LibraryTag}
URL
POST /libraries/:library_id/library_tagsParâmetros obrigatórios
Nome | Tipo | Descrição |
---|---|---|
library_tag | Hash | The library tag to create |
library_tag[name] | String | Name of the library_tag |
update
Update an existing {LibraryTag}
URL
PUT/PATCH /library_tag/:idParâmetros obrigatórios
Nome | Tipo | Descrição |
---|---|---|
library_tag | Hash | The library tag to update |
library_tag[name] | String | Name of the library tag |
destroy
Delete {LibraryTag}
URL
DELETE /library_tag/:idParâmetros obrigatórios
Nome | Tipo | Descrição |
---|---|---|
id | Integer | Id of an library tag |