
# x-apigateway-response
**含义**：API的网关响应名称。
**作用域** ： [Operation Object(2.0)](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#operation-object)/[Operation Object(3.0)](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md#operation-object)
**示例**：
```
paths:
  /:
    get:
      x-apigateway-response: test
```
