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
When one wants to set the AUP signature time by API with
PATCH /iam/aup/signature/<account-id>
with some body, like
{ "signatureTime": "2023-04-27T11:35:20.000+02:00" }
IAM always sets the signature time to the current date regardless of signatureTime parameter.
The signature time endpoint was introduced correctly with PR #608, but then the behavior was modified (by mistake?) by PR #777.
The text was updated successfully, but these errors were encountered:
AUP signature PATCH endpoint accepts signature time as input
3ee51e6
Fix issue #852
AUP signature PATCH endpoint accepts signature time as input (#853)
7be98fa
Fixed within IAM v1.10.2
Sorry, something went wrong.
enricovianello
No branches or pull requests
When one wants to set the AUP signature time by API with
with some body, like
IAM always sets the signature time to the current date regardless of signatureTime parameter.
The signature time endpoint was introduced correctly with PR #608, but then the behavior was modified (by mistake?) by PR #777.
The text was updated successfully, but these errors were encountered: