AlinsRan commented on PR #13543: URL: https://github.com/apache/apisix/pull/13543#issuecomment-4704030742
Good catch, thanks — fixed in f7978633. Updated the Required column in both `docs/en/latest/plugins/mocking.md` and `docs/zh/latest/plugins/mocking.md`: - EN: `One of this or ...` → `At least one of this or ...` - ZH: `二选一` → `二者至少其一` This matches the schema (`anyOf` requires at least one of the two) and the runtime behavior (both may be set, `response_example` takes precedence), and removes the mutually-exclusive implication. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
