Skip to content

Commit

Permalink
Fix swagger references
Browse files Browse the repository at this point in the history
Signed-off-by: steve lasker <[email protected]>
  • Loading branch information
SteveLasker committed Dec 14, 2023
1 parent e53dbb5 commit 20fc725
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/developers/api-reference/tenancies-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ If you are looking for a simple way to test our API you might prefer our [Postma

Additional YAML examples can be found in the articles in the [Overview](/platform/overview/introduction/) section.
{{< /note >}}

## Tenancies API Examples

Create the [bearer_token](/developers/developer-patterns/getting-access-tokens-using-app-registrations) and store in a file in a secure local directory with 0600 permissions.
Expand Down Expand Up @@ -69,4 +70,6 @@ curl -v -X PATCH \

## Tenancies OpenAPI Docs

{{< openapi url="https://raw.githubusercontent.com/datatrails/datatrails-openapi/master/doc/tenanciesv1.swagger.json" >}}
{{< openapi url="https://raw.githubusercontent.com/datatrails/datatrails-openapi/master/doc/tenanciesv1.swagger.json" >}}<br>

{{< openapi url="https://raw.githubusercontent.com/datatrails/datatrails-openapi/master/doc/usersv1.swagger.json" >}}

0 comments on commit 20fc725

Please sign in to comment.