request - New Active Collab release requires language_id in /accept-invitation API call -


since did updates on active collab api request returns validation error. (/accept-invitation):

{   "message": "validation failed",   "type": "validationerrors",   "field_errors": {     "language": [       "value of language field required"     ]   } } 

on active collab side users have still invation state.

is there anywhere documentation or changelog can check updates/changes or there settings on active collab?

on

https://developers.activecollab.com/api-documentation/v1/people/users/invite.html

/accept-invitation, language_id optional.

have nice day.

api changed bit recently, , language_id required when working user model. can use 1 value. corresponds english (en_us.utf-8).

team has new , updated active collab docs in works.


Comments