Links a property to a project. Idempotent: linking an already-linked property returns 204. Currently only one property can be linked per project — linking a different property returns 409.
Path Parameters
- Type: stringidrequired
Project ID
- Type: stringproperty
Id requiredProperty ID to link
Responses
- 201
Created
- 204
No Content
- application/problem+json
- application/problem+json
- application/problem+json
- application/problem+json
- application/problem+json
Request Example for put/api/v1/projects/{id}/properties/{propertyId}
curl 'https://app.propstreet.com/api/v1/projects/{id}/properties/{propertyId}' \
--request PUT \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body