Skip to content

Commit

Permalink
Fix markdown syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilwadhwa committed May 22, 2018
1 parent af7cbe0 commit da64529
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,17 @@ With a valid OAuth token, the client may finally invoke the wsl4cc service to in

The main REST endpoint is the following:

POST https://<hostname>/wsl4cc/destinations/<dest>/rfc
POST https://{hostname}/wsl4cc/destinations/{dest}/rfc

where <hostname> is your application URL hostname and <dest> is your RFC destination name.
where {hostname} is your application URL hostname and {dest} is your RFC destination name.

HEADERS
-------
```
Content-Type: application/json
Accept: application/json
Authorization: Bearer token generated by OAuth
```

INPUT BODY
----------
Expand Down

0 comments on commit da64529

Please sign in to comment.