V1::LibraryResourcesController
LibraryResources
index
View list of all library_resources
URL
GET /libraries/:library_id/library_resourcesResponse Fields
Nome | Tipo | Descrição |
---|---|---|
library_resources | Array<LibraryResource> | List of library_resources |
destroy
Destroy a library_resource
URL
DELETE /library_resources/:idupdate
Update library_resource
URL
PATCH /library_resourcesParâmetros obrigatórios
Nome | Tipo | Descrição |
---|---|---|
library_resource | Hash | The library resource to update |
Parâmetros opcionais
Nome | Tipo | Descrição |
---|---|---|
library_resource[library_tag_ids] | Array<Integer> | IDs of associated LibraryTags |
Objeto resposta
Status | no_content |