We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CTMS expects a date for AMO's last_login, and raises an error when passed a date with time. The fix is one or more of:
CTMS rejected a PATCH update with data similar to this:
PATCH
{ "amo": { "display_name": "Name with Kanji and emoji", "last_login": "2021-06-15T15:20:22Z", "location": "A sentence.", "user_id": 123 } }
The error:
[ { "msg": "unhashable type: 'dict'", "loc": ["body", "amo"], "type": "type_error" }, { "msg": "invalid date format", "loc": ["body", "amo", "last_login"], "type": "value_error.date" } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CTMS expects a date for AMO's last_login, and raises an error when passed a date with time. The fix is one or more of:
CTMS rejected a
PATCH
update with data similar to this:The error:
The text was updated successfully, but these errors were encountered: