Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Oct 16, 2024
1 parent be08096 commit aca7875
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -784,16 +784,11 @@
}
],
"auth": {
"type": "basic",
"basic": [
"type": "bearer",
"bearer": [
{
"key": "password",
"value": "admin",
"type": "string"
},
{
"key": "username",
"value": "[email protected]",
"key": "token",
"value": "{{jwt}}",
"type": "string"
}
]
Expand Down

0 comments on commit aca7875

Please sign in to comment.