Assign a Property

Appends a Property to one or more Donations or Deposits. A maximum of 100 resources can be assigned to a property at a time. The resource identifiers must be of the same resource_type as the Property, otherwise a 400 Bad Request error will be returned.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
The unique identifier for the property

Request

The request to add a property value to a donation or deposit resource.
valueobjectRequired
resourcesobjectRequired

Response

The response for Properties.assign
num_updatedinteger or null
The number of resources that were updated.

Errors