Collections

Update a Collection

put/v1/collections/{collection_id}

Path parameters

collection_idnumber required

ID of the collection in the form of an integer for the particular collection requested.

Request body

namestring required

Name of the Collection.

descriptionstring

Description of the collection.

publicboolean

A boolean to indicate if a collection will be public or not.

{"stackTrail":"paths:/v1/collections/{collection_id}:put:requestBody:content:application/json:schema:properties:groups","oasType":"schema","type":"unknown","description":"Full List of groups to associate with the collection"}

Response

OK

Changes

Changed in 1 of the 30 revisions of this API.11

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added