User

Create list

post/api/v1/user/lists

Headers

X-CSRF-Tokenstring required

Fresh token returned by GET /api/v1/user/me for this authenticated session.

Request body

namestring required
descriptionstring
colorstring nullable
kind'company' | 'person' | 'mixed'

Response

Created

idinteger required

Changes

Changed in 1 of the 3 revisions of this API.25

  • 996f96a1175825See the full diff
    • added the new required header request parameter X-CSRF-Token

      new-required-request-parameter

    • added required request body

      request-body-added-required

    • api operation id postUserLists was added

      api-operation-id-added

    • added the media type application/json for the response with the status 201

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

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