light-mode-image
Learn
MATTR VII PlatformStatus list configuration

Update a Status list configuration

Updates an existing Status list configuration, allowing you to adjust the expiry and TTL (Time To Live) settings.

Analytics Events

MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_UPDATE_STARTMOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_UPDATE_SUCCESSMOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_UPDATE_FAIL

Roles

adminissuer
PUT/v2/credentials/mobile/status-lists/configurations/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

Status list configuration ID

Formatuuid
idstring

Status list configuration ID

Formatuuid

The Status list configuration payload

bodyunknown

Response Body

curl -X PUT "https://example.vii.au01.mattr.global/v2/credentials/mobile/status-lists/configurations/3948c40e-6e19-4ffc-933c-91f643f24264" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "983c0a86-204f-4431-9371-f5a22e506599",
  "docType": "Drivers License",
  "timeToLiveDuration": {
    "days": 1
  },
  "expiryDuration": {
    "days": 2
  }
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?