test: new api test to ensure each path's parameters are defined in context

This commit is contained in:
Julian Lam
2020-11-12 15:52:33 -05:00
parent 319cfeaa1c
commit 97842c43d3
2 changed files with 15 additions and 11 deletions

View File

@@ -11,13 +11,6 @@ put:
required: true
description: backend id of the setting to update
example: maximumRelatedTopics
- in: path
name: value
schema:
type: string
required: true
description: the value of the new setting
example: 2
requestBody:
required: true
content: