Replies: 1 comment 2 replies
-
|
Can you please give me a request ID to look at (the Also, what do you mean by "it still shows the old value"? You're creating a new license with this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am making a call to the licences/ REST API endpoint, e.g.
https://api.keygen.sh/v1/accounts//licenses/
I am POSTing this payload:
data: {
attributes: {
expiry: "2025-04-26T14:30:00.000Z"
}
}
The response is the license JSON for the value specified by , which is what I'd expect if no errors occurred.
When I check the license expiry date though, it still shows the old value.
Do I need to end the value in seconds instead of iso8601? Or some maybe other format?
Any clues what I might be missing?
Thanks in advance. :)
Beta Was this translation helpful? Give feedback.
All reactions