v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Objects

Add an object URL

Add a new URL to the object. The server assigns the URL ID. The created resource is returned and its location is provided in the Location header.

post/v1/objects/{object-id}/urls

Path parameters

object-idinteger required

Request body

urlstring required

The URL (1-2000 characters).

descriptionstring nullable

Optional human-readable description (max 2000 characters).

Response

URL created.

idinteger

URL ID (assigned by the server)

urlstring

The URL

descriptionstring

Human-readable description