Missing type specifications for name
and password
in /users CREATE endpoint documentation
#5183
Labels
Milestone
name
and password
in /users CREATE endpoint documentation
#5183
Describe the Bug
In the BookStack API documentation for the
/users
endpoint, specifically for theCREATE
request, the body parameters documentation fails to specify the required type for thename
andpassword
properties. This omission can lead to confusion for developers implementing API calls, potentially resulting in incorrect data types being sent and causing unexpected errors.Steps to Reproduce
/users
endpoint.CREATE
request.name
property lacks a type specification.password
property also lacks a type specification.Expected Behaviour
We expect the body parameters documentation for the
/users
CREATE
endpoint to clearly specify the data types for all properties. Specifically:name
property should be explicitly labeled with the typestring
.password
property should also be explicitly labeled with the typestring
.Screenshots or Additional Context
No response
Browser Details
No response
Exact BookStack Version
v24.05.3
The text was updated successfully, but these errors were encountered: