Manage sharing profiles.
None.
- data_source (string, required) - Data source
- token (string, required) - Auth Token
None.
- 200 - OK
@TODO
Details of sharing profile.
None.
- data_source (string, required) - Data source
- sharing_profile (string, required) - Sharing profile identifier
- token (string, required) - Auth Token
None.
- 200 - OK
@TODO
Create a sharing profile.
- Content-Type (string, required) - application/json
- data_source (string, required) - Data source
- token (string, required) - Auth Token
@TODO
{
"primaryConnectionIdentifier": "8",
"name": "test",
"parameters": {
"read-only": ""
},
"attributes": {}
}
- 200 - OK
@TODO
Delete sharing profile.
None.
- data_source (string, required) - Data source
- sharing_profile (string, required) - Sharing profile identifier
- token (string, required) - Auth token
None.
- 204 - No Content
This request does not return a response body.