Reference Guide

Table Of Contents
Parameters
Type Name Description Schema
Path
id
required
SMB Share object id. string
Responses
HTTP
Code
Description Schema
200 Success
smb_share_instan
ce
404 Not Found error_response
DELETE /smb_share/{id}
Description
Delete an SMB Share.
Parameters
Type Name Description Schema
Path
id
required
SMB Share object id. string
Responses
HTTP
Code
Description Schema
204 Success No Content
404 Not Found error_response
422 Operation Failed error_response
PATCH /smb_share/{id}
Description
Modify SMB share properties.
269