Skip to content

Commit

Permalink
chore: Update bruno files
Browse files Browse the repository at this point in the history
  • Loading branch information
MH321Productions committed Dec 18, 2024
1 parent 9d95c80 commit 5218dee
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Applications/ConsumerApi/src/http/Tokens/Create Token.bru
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ post {
body:json {
{
"content": "AAAA",
"expiresAt": "2024-12-17",
"forIdentity": "did:e:localhost:dids:8234cca0160ff05c785636"
"expiresAt": "2025-12-17",
"password": "AAAA"
//"forIdentity": "did:e:localhost:dids:8234cca0160ff05c785636"
}
}
8 changes: 6 additions & 2 deletions Applications/ConsumerApi/src/http/Tokens/Get Token.bru
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ meta {
}

get {
url: {{baseUrl}}/Tokens/{{TokenId}}
url: {{baseUrl}}/Tokens/{{TokenId}}?password=AAAA
body: none
auth: inherit
}

params:query {
password: AAAA
}

vars:pre-request {
TokenId: null
TokenId: TOKHEcZTpgaH72X4oJ4c
}
9 changes: 5 additions & 4 deletions Applications/ConsumerApi/src/http/Tokens/List Tokens.bru
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ meta {
}

get {
url: {{baseUrl}}/Tokens
url: {{baseUrl}}/Tokens?tokens.1.Id=TOKHEcZTpgaH72X4oJ4c&tokens.0.Id=TOKbEqqNENFeX1bZ6Gqs&PageNumber=1&PageSize=3
body: none
auth: inherit
}

params:query {
~ids: TOKsjPynl0FHYJzHnkIo
~PageNumber: 1
~PageSize: 1
tokens.1.Id: TOKHEcZTpgaH72X4oJ4c
tokens.0.Id: TOKbEqqNENFeX1bZ6Gqs
PageNumber: 1
PageSize: 3
}

0 comments on commit 5218dee

Please sign in to comment.