Patch Share

Patch Share

Update a share

Request
URI
PATCH
https://{api_host}/tca/tenancy/api/v1/orgs/{tenancyShareOrgId}/shares/{shareId}
COPY
Path Parameters
string
tenancyShareOrgId
Required

The identifier of the tenant/organization

tenancyShareOrgId example
c11ade69-5f11-4bef-9cbe-d52fcecb5bea
string
shareId
Required

The identifier of the share


Request Body

The share patch details

sharePatchReq of type(s) application/json
Required
{
    "type": "string"
}
type
Required

type

Responses
200

Successfully patched the share

Operation doesn't return any data structure

400

Bad Request

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Share not found

Operation doesn't return any data structure

409

Conflict

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


500

Internal Server Error

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors