Message schemas¶
cornice_sphinx
does not yet have
the ability to render documentation for the /message-schemas/
API, so we will include docblock
documentation for that service here instead.
-
class
bodhi.server.services.schemas.
MessageSchemasV1
(request: pyramid.util.Request, context: None = None)[source]¶ Defines resources for serving Bodhi’s message schemas.
Operations acting on the collection are served at
/message-schemas/v1/
and operations acting on a single schema are served at/message-schemas/v1/<topic>
.