Skip to content
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

HMS-2452 fix: use DomainId for /domains/:uuid #5

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

tiran
Copy link
Collaborator

@tiran tiran commented Aug 30, 2023

Domain PATH parameter {uuid} is now a DomainId UUID string.

Domain PATH parameter `{uuid}` is now a `DomainId` UUID string.

Signed-off-by: Christian Heimes <[email protected]>
@frasertweedale frasertweedale merged commit ecbcf2b into podengo-project:main Aug 30, 2023
2 checks passed
@tiran tiran deleted the domain-uuid branch August 30, 2023 05:18
tiran added a commit to podengo-project/idmsvc-backend that referenced this pull request Aug 30, 2023
The OpenAPI schema now defines domains PATH parameter as UUID string.

All domain handler APIs, helper methods, and tests use type `uuid.UUID` as
domain UUID instead of a string.

See: podengo-project/idmsvc-api#5
Signed-off-by: Christian Heimes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants