API docs bug
-
Um. I don't know if i can. I think it was on the front page https://docs.cloudron.io/api/cloudron-api ? It doesn't appear i can deep link to a section? Also the Authorization section appears to be gone completely from the page now?
-
Hello @charlesnw
If you want to use the API from the doc, each API path comes with the auth.
See: https://docs.cloudron.io/api/list-apps-by-user on the right side you can set your domain and token. -
Yes... I'm aware
That isn't the issue. The issue is that, when I made my report, a rendering error was present on the introduction page regarding roles.Also it seems that all references to roles is now gone from the docs?
The reason I noticed this, is I am attempting to create a system to automate user signup on my cloudron for my saas apps via API. And when I was looking the other day, I was very pleased to see a role called "user-manager" (i believe). As that is all I want the SAAS apps to be able todo in the Cloudron.
-
Yes... I'm aware
That isn't the issue. The issue is that, when I made my report, a rendering error was present on the introduction page regarding roles.Also it seems that all references to roles is now gone from the docs?
The reason I noticed this, is I am attempting to create a system to automate user signup on my cloudron for my saas apps via API. And when I was looking the other day, I was very pleased to see a role called "user-manager" (i believe). As that is all I want the SAAS apps to be able todo in the Cloudron.
Hello @charlesnw
@charlesnw said in API docs bug:
Also it seems that all references to roles is now gone from the docs?
It is here: https://docs.cloudron.io/api/set-role
-
I do see a reference (in graphical form) to roles here : https://docs.cloudron.io/user-management , but nowhere in textual form.
Are the docs generated from a git repo by chance? I could have AI do a git bisect
-
Excellent. Thank you. That is what I was looking for. And from that page, it links to https://docs.cloudron.io/user-management/#roles . Excellent. We can close this thread.

-
J james marked this topic as a question
-
J james has marked this topic as solved
-
I do see a reference (in graphical form) to roles here : https://docs.cloudron.io/user-management , but nowhere in textual form.
Are the docs generated from a git repo by chance? I could have AI do a git bisect
@charlesnw said in API docs bug:
Are the docs generated from a git repo by chance?
Yes, it's public at https://git.cloudron.io/docs/docs . Anyone can contribute!