dimas-b commented on code in PR #2197: URL: https://github.com/apache/polaris/pull/2197#discussion_r2268060614
########## spec/polaris-management-service.yml: ########## @@ -1227,6 +1263,22 @@ components: - currentEntityVersion - properties + ResetPrincipalRequest: + type: object + properties: + clientId: + type: string + description: Optional client ID to set for the principal. + minLength: 16 + maxLength: 16 Review Comment: From my POV adding an API doc statement that inputs for these fields must come from a previous Polaris client ID generated by the same service, should be sufficient. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org