Bulk update multiple attributes for a specific provider in a talent pool.
Bulk update multiple attributes for a specific provider in a talent pool.
access_token OAuth 2.0 Access Token
In: query
Talent Pool ID
Provider ID
application/json
Updated attribute values
TypeScript Definitions
Use the request body type in TypeScript.
curl -X PUT "https://api-sandbox.fndev.net/api/rest/v2/talent-pools/0/providers/0/attributes" \ -H "Content-Type: application/json" \ -d '{ "attributes": [ { "talent_pool_provider_attribute_id": "attr-123", "value": "updated-value" } ] }'{
"attributes": []
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status_code": 404,
"message": "Work order not found"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
application/json
Last updated on
Array of attributes to update by ID