diff --git a/src/lib/openapi/spec/patch-schema.ts b/src/lib/openapi/spec/patch-schema.ts index 2146bb3e01..7879c22045 100644 --- a/src/lib/openapi/spec/patch-schema.ts +++ b/src/lib/openapi/spec/patch-schema.ts @@ -14,7 +14,7 @@ export const patchSchema = { }, op: { type: 'string', - enum: ['add', 'remove', 'replace', 'copy', 'move'], + enum: ['add', 'remove', 'replace', 'copy', 'move', 'test'], description: 'The kind of operation to perform', example: 'replace', },