-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
feat: Update token endpoint #188
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AzureMarker
commented
Jul 17, 2020
AzureMarker
force-pushed
the
feat/user-registration
branch
from
July 20, 2020 14:05
3d5171e
to
9e02178
Compare
AzureMarker
force-pushed
the
feat/update-token-endpoint
branch
from
July 20, 2020 14:09
3fd8287
to
8e6858f
Compare
AzureMarker
force-pushed
the
feat/update-token-endpoint
branch
from
July 20, 2020 16:39
8e6858f
to
ad8fcc6
Compare
AzureMarker
force-pushed
the
feat/user-registration
branch
from
July 21, 2020 14:09
54255d1
to
26e1743
Compare
AzureMarker
force-pushed
the
feat/update-token-endpoint
branch
from
July 21, 2020 14:16
ad8fcc6
to
a2d407c
Compare
AzureMarker
force-pushed
the
feat/user-registration
branch
from
July 21, 2020 14:39
fd5699b
to
a363c51
Compare
AzureMarker
force-pushed
the
feat/update-token-endpoint
branch
from
July 21, 2020 15:04
a2d407c
to
fdde407
Compare
jrconlin
previously approved these changes
Jul 21, 2020
AzureMarker
force-pushed
the
feat/user-registration
branch
from
July 21, 2020 16:47
5cd962b
to
3887081
Compare
AzureMarker
force-pushed
the
feat/update-token-endpoint
branch
from
July 21, 2020 16:48
fdde407
to
1bec082
Compare
This was referenced Jul 21, 2020
It is an error to try and set the primary key of a row via UpdateItem.
AzureMarker
force-pushed
the
feat/update-token-endpoint
branch
from
July 27, 2020 20:24
1bec082
to
ffbca6a
Compare
jrconlin
approved these changes
Jul 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds the
PUT /v1/{router_type}/{app_id}/registration/{uaid}
endpoint.Closes #177