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

Commit

Permalink
fix doc for response schema
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed May 21, 2019
1 parent bec1559 commit c7f4782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 c7f4782

Please sign in to comment.