Create a sharable link
Path Parameters
projectId string required
pinboardId string required
application/json
Request Body required
password string nullable
protected boolean nullable
Responses
- 201
Payload of ShareLink
application/json
Schema
Example (from schema)
Schema
_etag string nullable
customerId string nullable
enabled boolean nullable
expires date-time nullable
path string nullable
pinboardId string nullable
protected boolean nullable
secret string nullable
{
"_etag": "string",
"customerId": "string",
"enabled": true,
"expires": "2025-01-13T15:06:26.829Z",
"path": "string",
"pinboardId": "string",
"protected": true,
"secret": "string"
}
Loading...