Server API Guide

Posit Package Manager offers a Swagger UI view, which follows the OpenAPI Specification to document the commonly requested endpoints.

Versioning of the API

The Package Manager API is considered stable, and is versioned alongside the server version. The documented endpoints are subject to change between releases. Review the release notes for a particular version for any breaking changes.

Disabling the Server API Guide

If you’d like to disable access to the Server API Guide, edit the configuration property [Swagger].Enabled as follows:

/etc/rstudio-pm/rstudio-pm.gcfg
[Swagger]
Enabled = false

For more information, refer to the Swagger configuration settings in the appendix.

Back to top