put https://api.dastra.eu/v1/ws//GenericRelationships/
Log in to see full request history
Response
200OK
200OK
xxxxxxxxxx
10curl --request PUT \
--url https://api.dastra.eu/v1/ws/workspaceId/GenericRelationships/id \
--header 'content-type: application/*+json' \
--data '
{
"target": {
"type": "Actor"
}
}
'
Try It!
to start a request and see the response here!