- Notifications
You must be signed in to change notification settings - Fork928
chore(docs): document agent api debug endpoints#14454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
github-actionsbot commentedAug 27, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think the markdown link checker needs the full filename for local paths.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
For now this is just handwritten (so no Swagger involved) documentation.
It would be helpful if you clarified what exactly was manually written, if not all of it.
One other thing to check is that this won't be overwritten by runningmake coderd/apidoc/swagger.json
and other targets which produce docs.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Nice work! 👍
I just ran |
839918c
intomainUh oh!
There was an error while loading.Please reload this page.
relates to#14362
For now this is just handwritten (so no Swagger involved) documentation. It covers the four agent debug endpoints:
/debug/logs
,/debug/magicsock
,/debug/magicsock/debug-logging/{state}
and/debug/manifest
.Future work should aim to includehow andwhen to use the API.