elixFormsAPI - update syntax and add prepare global function
This commit is contained in:
@@ -13,29 +13,19 @@ http:
|
||||
value: XMLHttpRequest
|
||||
body:
|
||||
type: json
|
||||
data: "{\r
|
||||
|
||||
\ \"iss\": \"servizio-cittadino-attivo\",\r
|
||||
|
||||
\ \"sub\": \"mariorossi\",\r
|
||||
|
||||
\ \"info\": {\r
|
||||
|
||||
\ \"https://www.elixforms.it/name\": \"Mario\",\r
|
||||
|
||||
\ \"https://www.elixforms.it/surname\": \"Rossi\",\r
|
||||
|
||||
\ \"https://www.elixforms.it/email\": \"mario.rossi@example.org\",\r
|
||||
|
||||
\ \"https://www.elixforms.it/fiscal_code\": \"XXX\",\r
|
||||
|
||||
\ \"https://www.elixforms.it/login_date\": \"2023-08-09T11:31:30Z[UTC]\",\r
|
||||
|
||||
\ \"https://www.elixforms.it/login_receipt\": \"SPIDlogin 0101001029\"\r
|
||||
|
||||
\ }\r
|
||||
|
||||
}"
|
||||
data: |-
|
||||
{
|
||||
"iss": "servizio-cittadino-attivo",
|
||||
"sub": "mariorossi",
|
||||
"info": {
|
||||
"https://www.elixforms.it/name": "Mario",
|
||||
"https://www.elixforms.it/surname": "Rossi",
|
||||
"https://www.elixforms.it/email": "mario.rossi@example.org",
|
||||
"https://www.elixforms.it/fiscal_code": "XXX",
|
||||
"https://www.elixforms.it/login_date": "2023-08-09T11:31:30Z[UTC]",
|
||||
"https://www.elixforms.it/login_receipt": "SPIDlogin 0101001029"
|
||||
}
|
||||
}
|
||||
auth:
|
||||
type: apikey
|
||||
key: x-api-key
|
||||
|
||||
Reference in New Issue
Block a user