Skip to content

Commit

Permalink
#551 add /detach to end of block storage detach url (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkordecki authored Dec 6, 2021
1 parent 3344cde commit cea4860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/block-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ exports.attachStorage = {
* @instance
*/
exports.detachStorage = {
url: '/blocks/{block-id}',
url: '/blocks/{block-id}/detach',
requestType: 'POST',
apiKeyRequired: true,
parameters: {
Expand Down

0 comments on commit cea4860

Please sign in to comment.