Skip to content

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 experimental. It should not be relied upon for any production work between releases. These are endpoints that Package Manager is making available to our customers to solicit feedback; they are subject to change without notice. Such changes include anything from altered request/response shapes, to complete abandonment of the endpoint.

To navigate to the Server API Guide, click the Server API Guide button on the sidebar of a Package Manager installation, or go directly to the Server API Guide here.

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.