latestOpenAPI 3.0.12026-08-1091181421.2 KB

44eb39b4bd65

Backpack

Update a Collection

put/v2/backpack/collections/{idOrEntityId}

Path parameters

idOrEntityIdstring required

Request body

assertionsstring[] nullable
credentialsstring[] nullable
descriptionstring nullable

Short description of the Collection

namestring nullable

Name of the collection

publishedboolean nullable

True if the Collection should have a share url

Example request

{
  "assertions": [
    "UQbhRmNrQ4qn9_FJ5-eTtA"
  ],
  "credentials": [
    "UQbhRmNrQ4qn9_FJ5-eTtA"
  ],
  "description": "This is a collection of my favorite badges",
  "name": "My Collection",
  "published": true
}

Response

OK