Skip to content

Commit

Permalink
docs: reporting API documentation (#469)
Browse files Browse the repository at this point in the history
* Added supported platform to the README

* Reporting API Docs

* Reporting API Docs formatting improvements

* Reporting API Docs - added [GET] to URL format

* Reporting API Docs formatting improvements

* Docs index formatting improvements

* Renamed sample org and repos to generic names

* Fixed documentation of query parameter defaults

* Improved section: Enable Reporting APIs

* Updated Note markdown format

* Updated according to code review comments

* Improved formatting

* Increased note severity

* Minor changes to Reporting API documentation

* Minor changes to Reporting API documentation

* Added important note about Reporting APIs supported for PostgresDB only.

* Minor changes to Reporting API documentation

* docs: updated API endpoints for Reporting APIs
  • Loading branch information
justo-mend authored Mar 28, 2024
1 parent f0a7490 commit 2c5ae5b
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ The following platforms are supported by Mend Renovate Community Edition and Ent
- Renovate Community Edition - ([GitHub](./configure-renovate-ce-github.md), [GitLab](./configure-renovate-ce-gitlab.md))
- Renovate Enterprise Edition - ([GitHub](./configure-renovate-ee-github.md), [GitLab](./configure-renovate-ee-gitlab.md))
1. Migration ([Renovate On-Premises to Renovate Community](./migrating-to-renovate-ce.md))
1. API ([API Documentation](./api.md))
1. API Documentation
- [Admin APIs](./api.md)
- [Reporting APIs](./reporting-apis.md)
1. [Advanced topics](./advanced.md)
5 changes: 5 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ The request body must contain a single repository:
`GET /api/status`

Return the current status of the service since boot time. This information includes job history, job queue size, in-progress jobs, scheduler status, webhook status, Renovate version, and more. All timestamps in the response body are in UTC.


## Reporting APIs (Enterprise Only)

See separate ([Reporting APIs documentation](./reporting-apis.md)) for information about the Reporting APIs.
Loading

0 comments on commit 2c5ae5b

Please sign in to comment.