v1

latestOpenAPI 3.1.02026-08-0653126213.6 KB
Badge

Update Badge Alignment

Update a specific badge alignment

put/v1/badge/alignment/{alignment_id}

Path parameters

alignment_idinteger required

Headers

X-Access-Tokenstring nullable

Request body

external_idstring nullable
namestring nullable
descriptionstring nullable
urlstring required
frameworkstring nullable
codestring nullable

Example request

{
  "external_id": "123-45678-90",
  "name": "Null Badging Standard - Example Layer",
  "description": "This badge has been mapped to the Example Layer of the Null Badging Standard"
}

Response

Successful Response

external_idstring nullable
namestring nullable
descriptionstring nullable
urlstring nullable
frameworkstring nullable
codestring nullable
idinteger nullable
badge_idinteger nullable

Example response

{
  "external_id": "123-45678-90",
  "name": "Null Badging Standard - Example Layer",
  "description": "This badge has been mapped to the Example Layer of the Null Badging Standard",
  "url": "https://Null_Badging/Example.org"
}