cURL
curl --request POST \ --url https://in.rough.app/api/v1/reference \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "url": "<string>" } '
{ "id": "<string>", "name": "<string>", "url": "<string>" }
Create a reference in the workspace
1
Was this page helpful?