Skip to content

Commit

Permalink
feat(actions): updated the actions list (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid authored Jun 21, 2024
1 parent 2a7ec83 commit e8a8876
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions authorization/actionoptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
{
"ActionId": "read",
"ActionTitle": "Les"

},
{
"ActionId": "write",
"ActionTitle": "Skriv"

},
{
"ActionId": "delete",
Expand All @@ -28,5 +26,25 @@
{
"ActionId": "complete",
"ActionTitle": "Bekreft mottatt tjenesteeier"
},
{
"ActionId": "pay",
"ActionTitle": "Betale"
},
{
"ActionId": "reject",
"ActionTitle": "Avvise betaling"
},
{
"ActionId": "subscribe",
"ActionTitle": "Abonnere på hendelser (Events)"
},
{
"ActionId": "publish",
"ActionTitle": "Publisere hendelser (Events)"
},
{
"ActionId": "scopeaccess",
"ActionTitle": "Rett til å delegere scope"
}
]
]

0 comments on commit e8a8876

Please sign in to comment.