Add Project Entity Matches

Beta
Adds matches to a project entity.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

project_idstringRequired
project_entity_idstringRequired

Request

This endpoint expects an object.
entity_idslist of stringsRequired
override_deletedbooleanOptional
Add a previously deleted match. Defaults to false.
limitintegerOptional
Limit total matches to update. Defaults to 10. Max 50.

Response

This endpoint returns an object.
datalist of strings
Updated entity ids

Errors

400
Bad Request
401
Unauthorized
404
Not Found
405
Method Not Allowed
429
Rate Limit Exceeded
500
Internal Server Error