trying to run a test update via the api but its not working :
query_url_build = f"https://rest[x].bullhornstaffing.com/rest-services/xxx/" \
f"entity/Candidate/xxxx?BhRestToken={BhRest_Token}&{'firstName' : 'miketest'}" \
query_url_response = requests.put(query_url_build)
any help would be great
![Smile :)](./images/smilies/icon_smile.gif)