Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frbattid committed Nov 7, 2024
1 parent fa0140e commit 27ec124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{ "name": "APP_LEGAL_ENTITY_ID", "type": { "type": "string", "arg.properties": {
"options": [ "telefonica", "movistar", "o2" ]
}}, "doc": "Application legal entity identifier" },
{ "name": "STATUS", "type": { "type": "enum", "name": "STATUS", "symbols": ["Active", "Revoked"], "arg.properties": {
{ "name": "STATUS", "type": { "type": "enum", "name": "STATUS", "symbols": ["Active", "Latched", "Expired", "Revoked", "Prompted", "Removed"], "arg.properties": {
"options": [ "Active", "Revoked" ]
}}, "doc": "Consent status" },
{ "name": "EXPIRATION_DATE", "type": [
Expand Down

0 comments on commit 27ec124

Please sign in to comment.