Skip to content

Commit

Permalink
chore: fixes url (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood authored Jun 13, 2024
1 parent 3406a81 commit e8ed8ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/usage/management-api-walkthrough/07_edrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Example of negotiating a contract for an asset with a framework agreement policy

```http request
POST /v2/edrs HTTP/1.1
Host: https://consumer-control.plane/api/management
Host: https://consumer-control.plane/management
X-Api-Key: password
Content-Type: application/json
```
Expand Down Expand Up @@ -124,7 +124,7 @@ Here's an example of querying with `assetId`:

```http request
POST /v2/edrs/request HTTP/1.1
Host: https://consumer-control.plane/api/management
Host: https://consumer-control.plane/management
X-Api-Key: password
Content-Type: application/json
```
Expand Down Expand Up @@ -162,7 +162,7 @@ then locating in the Consumer Control Plane's cache, they can be retrieved using

```http request
GET /v2/edrs/myTransferProcessId/dataaddress HTTP/1.1
Host: https://consumer-control.plane/api/management
Host: https://consumer-control.plane/management
X-Api-Key: password
Content-Type: application/json
```
Expand Down Expand Up @@ -209,7 +209,7 @@ will be done automatically if necessary transparently.

```http request
GET /v2/edrs/myTransferProcessId/dataaddress?auto_refresh=true HTTP/1.1
Host: https://consumer-control.plane/api/management
Host: https://consumer-control.plane/management
X-Api-Key: password
Content-Type: application/json
```
Expand All @@ -222,7 +222,7 @@ A explicit refresh API is available for users;

```http
POST /v2/edrs/myTransferProcessId/refresh HTTP/1.1
Host: https://consumer-control.plane/api/management
Host: https://consumer-control.plane/management
X-Api-Key: password
Content-Type: application/json
```
Expand All @@ -241,7 +241,7 @@ from the vault.

```http request
DELETE /v2/edrs/myTransferProcessId HTTP/1.1
Host: https://consumer-control.plane/api/management
Host: https://consumer-control.plane/management
X-Api-Key: password
Content-Type: application/json
```
Expand Down

0 comments on commit e8ed8ef

Please sign in to comment.