PATCH
/
api
/
v1
/
badge_users
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "badge": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>",
    "type": {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "name": "<string>"
    },
    "translation": "<string>",
    "logo": "<string>",
    "hours": 123,
    "referrals": 123
  },
  "user": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "localCenter": {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "alias": "<string>",
      "id": 123,
      "name": "<string>"
    },
    "localCenterParent": "https://example.com/",
    "fullName": "<string>",
    "logo": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "commentUser": "<string>",
  "commentMaster": "<string>",
  "status": 123,
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "localCenter": {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "alias": "<string>",
      "id": 123,
      "name": "<string>"
    },
    "localCenterParent": "https://example.com/",
    "fullName": "<string>",
    "logo": "<string>"
  }
}

Path Parameters

id
string
required

BadgeUser identifier

Body

application/merge-patch+json

The updated BadgeUser resource

Response

200
application/ld+json

BadgeUser resource updated