Update the value of a specific attribute for a provider in a talent pool.
access_token OAuth 2.0 Access Token
In: query
Talent Pool ID
Provider ID
Talent Pool Provider Attribute ID
application/json
Updated attribute value
The new value of the attribute
curl -X PUT "https://api-sandbox.fndev.net/api/rest/v2/talent-pools/0/providers/0/attributes/string_value" \ -H "Content-Type: application/json" \ -d '{ "value": "new-attribute-value" }'{
"talent_pool_provider_attribute_id": "string",
"name": "target_rate",
"value": "20"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X PUT "https://api-sandbox.fndev.net/api/rest/v2/talent-pools/0/providers/0/attributes/string_value" \
-H "Content-Type: application/json" \
-d '{
"value": "new-attribute-value"
}'