Skip to content

Commit

Permalink
Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Sep 16, 2024
1 parent 4714670 commit 667cf52
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions umad-10-configuration-document.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,19 @@ The configuration document MAY contain the following fields:

- `uma_request_endpoint`: The URL to which UMA requests can be sent. This should be a URL that the receiving VASP can use
to send UMA requests to the sending VASP. See [UMAD-11](/umad-11-request.md) for more details.

## Example Configuration Document

```http
GET https://coolvasp.net/.well-known/uma-configuration
HTTP/1.1 200 OK
Content-Type: application/json
Access-Control-Allow-Origin: *
{
"name": "Cool VASP",
"uma_major_versions": [0, 1],
"uma_request_endpoint": "https://coolvasp.net/path/to/request/url"
}
```

0 comments on commit 667cf52

Please sign in to comment.