Skip to main content
PUT
/
records
/
batch
/
shared
/
workspaces
/
{workspaceId}
Share workspace records
curl --request PUT \
  --url https://api.example.com/records/batch/shared/workspaces/{workspaceId} \
  --header 'Content-Type: application/json' \
  --data '[
  1
]'
{}

Path Parameters

workspaceId
string
required

Unique system identifier for SDRecords

Body

application/json
Minimum array length: 1

Unique identifier for the record

Required range: x >= 0

Response

No content

The response is of type No Properties · object.