Skip to content

Commit

Permalink
fix(nx-cloud): update nx-cloud openapi reference link (#12762)
Browse files Browse the repository at this point in the history
Co-authored-by: Altan Stalker <ci@nrwl.io>
  • Loading branch information
StalkAltan and Altan Stalker committed Oct 21, 2022
1 parent 13c465d commit e4c4fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nx-cloud/reference/server-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The nx-api has an OpenAPI 3.0.3 spec definition available at:

https://api.nrwl.io/api/definition.json
https://cloud.nx.app/nx-cloud/api/definition.json

## Authenticating

Expand All @@ -16,6 +16,6 @@ Per the spec, you use this token in the `Authentication` header.

## Swagger

You may use swagger to preview the spec and make requests. We do not serve our own swagger instance publicly, but you may use [the example swagger ui](https://petstore.swagger.io/), and paste in the url to the Nx API definitions (https://api.nrwl.io/api/definition.json).
You may use swagger to preview the spec and make requests. We do not serve our own swagger instance publicly, but you may use [the example swagger ui](https://petstore.swagger.io/), and paste in the url to the Nx API definitions (https://cloud.nx.app/nx-cloud/api/definition.json).

![Access tokens](/nx-cloud/reference/swagger-preview.png)

1 comment on commit e4c4fe0

@vercel
Copy link

@vercel vercel bot commented on e4c4fe0 Oct 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.