Skip to content

Edit Users API annotation

Eugene Lim requested to merge elim-ext-users-api-annotation into master

This edits the file type in the documentation only as it is an edge case where API::Validations::Types::WorkhorseFile is not understood by grape-swagger and will be excluded from auto-generation.

It also corrects the type of scopes to a coercible Array[String] for Create a impersonation token in line with the parameter annotation of Create a personal access token.

The OpenAPI V2 documentation will be used for dogfooding API fuzzing as per #372422 (closed) and the OpenAPI autogeneration &8926.

Merge request reports