Body Required
PUT
/api/v1/profile/update-name
curl \
-X PUT https://api.crawlora.com/api/v1/profile/update-name \
-H "x-api-key: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"first_name":"string","last_name":"string"}'
Request examples
{
"first_name": "string",
"last_name": "string"
}
Response examples (401)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (404)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (422)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}