Attach Asset to Project

Attach an existing asset to a project so it is grouped under the project alongside its generations. The asset must belong to your organization and not be deleted. This is idempotent — re-attaching an asset that is already linked succeeds without creating a duplicate. Returns 204 No Content on success.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

idstringRequired
A unique identifier for a project.

Request

This endpoint expects an object.
assetIdstringRequired
The id of the asset to attach. The asset must belong to your organization and not be deleted.

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error