Skip to content

API: extern_uid is a string

Robert Schilling requested to merge api-fix-extern-uid-validation into master

What does this MR do?

The extern_uid parameter in the user API is a string. This MR changes the invalid grape validation from an integer to a string.

What are the relevant issue numbers?

Related to !7147 (merged) and closes #26227 (closed)

Merge request reports