File tree Expand file tree Collapse file tree
aries_cloudagent/protocols/issue_credential Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ async def credential_exchange_retrieve(request: web.BaseRequest):
383383@docs (
384384 tags = ["issue-credential v1.0" ],
385385 summary = ("Create a credential record without "
386- "sending (generally for use with Out-Of-Band)" ),
386+ "sending (generally for use with Out-Of-Band)" ),
387387)
388388@request_schema (V10CredentialCreateSchema ())
389389@response_schema (V10CredentialExchangeSchema (), 200 , description = "" )
Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ async def credential_exchange_retrieve(request: web.BaseRequest):
522522@docs (
523523 tags = ["issue-credential v2.0" ],
524524 summary = ("Create a credential record without "
525- "sending (generally for use with Out-Of-Band)" ),
525+ "sending (generally for use with Out-Of-Band)" ),
526526)
527527@request_schema (V20IssueCredSchemaCore ())
528528@response_schema (V20CredExRecordSchema (), 200 , description = "" )
You can’t perform that action at this time.
0 commit comments