Skip to main content
POST
Add resources to project

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

project_id
string<uuid>
required

Unique project identifier.

Body

application/json
resources
object[]
required

Resources to assign to the project.

Minimum array length: 1

Response

One or more resources added to the project (201), or all were already present (200).

success
boolean
required

True if the overall operation succeeded.

Example:

true

message
string
required

Top-level result message.

Example:

"Resources added to project."

results
object[]
required

Per-resource outcome, one entry per submitted resource.