
# x-apigateway-content-type
**含义**： API的请求内容类型。
**作用域** ： [Operation Object(2.0)](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#operation-object)
**示例**：
```
paths:
  /:
    get:
      x-apigateway-content-type: application/json
```
