aries_cloudagent.settings package

Submodules

aries_cloudagent.settings.routes module

Settings routes.

class aries_cloudagent.settings.routes.ProfileSettingsSchema(*args: Any, **kwargs: Any)[source]

Bases: marshmallow.

Profile settings response schema.

settings
class aries_cloudagent.settings.routes.UpdateProfileSettingsSchema(*args: Any, **kwargs: Any)[source]

Bases: marshmallow.

Schema to update profile settings.

extra_settings
aries_cloudagent.settings.routes.post_process_routes(app: aiohttp.web.Application)[source]

Amend swagger API.

async aries_cloudagent.settings.routes.register(app: aiohttp.web.Application)[source]

Register routes.