File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ async def add_facts(self, request: web.Request):
95
95
raise JsonHttpBadRequest (error_msg )
96
96
97
97
@aiohttp_apispec .docs (tags = ['relationships' ],
98
- summary = 'Create a Relationship. ' ,
98
+ summary = 'Create a Relationship' ,
99
99
description = 'Create a new relationship using the format provided in the `RelationshipSchema`.' )
100
100
@aiohttp_apispec .request_schema (RelationshipSchema )
101
101
@aiohttp_apispec .response_schema (RelationshipSchema , description = 'Returns the created relationship, dumped in `RelationshipSchema` format.' )
@@ -134,7 +134,7 @@ async def add_relationships(self, request: web.Request):
134
134
raise JsonHttpBadRequest (error_msg )
135
135
136
136
@aiohttp_apispec .docs (tags = ['facts' ],
137
- summary = 'Delete One or More Fact(s) ' ,
137
+ summary = 'Delete One or More Facts ' ,
138
138
description = 'Delete facts using the format provided in the `FactSchema`. '
139
139
'This will delete all facts that match the criteria specified in the payload.' )
140
140
@aiohttp_apispec .request_schema (FactSchema (partial = True ))
You can’t perform that action at this time.
0 commit comments