Logo

General

  • Contributing to Read the Docs
  • Code of Conduct
  • Overview of issue labels
  • Roadmap
  • Design documents

Development

  • Development installation
  • Development guides
  • Designing Read the Docs
  • Building and contributing to documentation
  • Documentation style guide
  • Front-end development
  • Internationalization
  • Database migrations
  • Server side search
  • Server side search integration
  • AWS temporary credentials
  • Subscriptions
  • GitHub App
  • Interesting settings
  • Testing
Read the Docs developer documentation
  • HTTP Routing Table

HTTP Routing Table

/api | /repos
 
/api
GET /api/v3/embed/
GET /api/v3/embed/metadata/
GET /api/v3/organizations/(str:organization_slug)/notifications/
GET /api/v3/projects/(str:project_slug)/builds/(int:build_id)/notifications/
GET /api/v3/projects/(str:project_slug)/notifications/
GET /api/v3/users/(str:user_username)/notifications/
POST /api/v3/projects/(str:project_slug)/builds/(int:build_id)/notifications/
PATCH /api/v3/projects/(str:project_slug)/builds/(int:build_id)/notifications/(int:notification_id)/
 
/repos
POST /repos/:owner/:repo/statuses/:sha

© Copyright Read the Docs, Inc & contributors.

Built with Sphinx using a theme provided by Read the Docs.