collection

Create a collection

post/collection

Request body

idstring collectionId required
namestring required
contentstring[]
publicboolean
expiredOnstring date-time
querystring required

Search query

createdOnstring datetime required
createdBystring required

User ID responsible for creating the content

modifiedOnstring datetime required
modifiedBystring required

Response

Expected response to a valid request

idstring collectionId required
namestring required
contentstring[]
publicboolean
expiredOnstring date-time
querystring required

Search query

createdOnstring datetime required
createdBystring required

User ID responsible for creating the content

modifiedOnstring datetime required
modifiedBystring required

Changes

Changed in 2 of the 16 revisions of this API.55

    • the query request property type/format changed from array/ to string/

      request-property-type-changed

    • the query response property's minItems was decreased from 1 to 0 for the response status 201

      response-property-min-items-decreased

    • the query response's property type/format changed from array/ to string/ for status 201

      response-property-type-changed

  • f16566c7c7ef25See the full diff
    • the request property query became required

      request-property-became-required

    • the query request property's minItems was increased to 1

      request-property-min-items-increased

    • the response property query became required for the status 201

      response-property-became-required

    • added the required property createdBy to the response with the 201 status

      response-required-property-added

    • added the required property createdOn to the response with the 201 status

      response-required-property-added

    • added the required property modifiedBy to the response with the 201 status

      response-required-property-added

    • added the required property modifiedOn to the response with the 201 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 16 revisions, 1 has no diff computed.