Extend the size of a specific share
PUT/portal/api/v1/shares/action/:share_id/extend/:size
Extends the size of a share identified by share_id
by a specified size.
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 500
Share size extended successfully
Bad request due to missing or invalid parameters.
Not authorized to access the share resource.
Shares not found
Resource conflict.
Internal server error.