Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #789 from joyent/ether/final-2.29-doc-fixes
Browse files Browse the repository at this point in the history
final 2.29 doc fixes
  • Loading branch information
karenetheridge authored May 21, 2019
2 parents 7b1234b + c7f4782 commit 20a4ed8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ conform to a set of JSON schema. These schema can be found in the
directory in the main repository.

* [Conch::Route](modules/Conch::Route)
* `/ping`
* `/version`
* `/login`
* `/logout`
* `/refresh_token`
* `/me`
* `/schema`
* `/version`

* [Conch::Route::Datacenter](modules/Conch::Route::Datacenter)
* `/dc`
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Conch::Route::Workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ An alias for `/workspace/:workspace_id_or_name/device?active=t`.

If the Accepts header specifies `text/csv` it will return a CSV document.

- Response: response.yaml#/WorkspaceAddRack
- Response: response.yaml#/WorkspaceRack

### `DELETE /workspace/:workspace_id_or_name/rack/:rack_id`

Expand Down
2 changes: 1 addition & 1 deletion lib/Conch/Route/Workspace.pm
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ If the Accepts header specifies C<text/csv> it will return a CSV document.
=over 4
=item * Response: response.yaml#/WorkspaceAddRack
=item * Response: response.yaml#/WorkspaceRack
=back
Expand Down

0 comments on commit 20a4ed8

Please sign in to comment.