Discussions
During PATCH, “bio” field is accepting more than 2000 characters
10 months ago by Pramod
During PATCH, “bio” field is accepting more than 2000 characters
As per API reference document : https://developer.degreed.com/reference/patch_api-v2-users-id
"Short biography of the user. The maximum length is 2000 characters."
PATCH is not validating with more than 2000 characters.
During POST is it throwing error: "source":
"field bio has the following problem: The length of 'Bio' must be 2000 characters or fewer. You entered 2958 characters."
And During patch it is accepting more then 2000 characters.