+ +
+ + +

XXX API Document

+ +
    +
  • Version: v1
  • +
  • Host: http://rest.api.com
  • +
+ + + + +

+ 目录: +

+ + + +
+ + + + +

listProducts

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Query 参数类型描述必须默认值示例
pageintegerA page number within the paginated result set.
page_sizeintegerNumber of results to return per page.
+ + + + + + + +
+ + +

createProduct

+ +
+ /tapp/products/ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Body 参数类型描述必须默认值示例
namestring
priceinteger
+ +

+ 传参使用 + Content-Type: +   + application/json +   + application/x-www-form-urlencoded +   + multipart/form-data +

+ + +

+ 请求数据示例: +

+
{
+    "name": "string",
+    "price": 12
+}
+ + + + + +
+ + +

retrieveProduct

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Path 参数类型描述必须默认值示例
idstringA unique integer value identifying this product. + + + + + + + + + + + + +
+ + + + + + + + +
+ + +

updateProduct

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Path 参数类型描述必须默认值示例
idstringA unique integer value identifying this product. + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Body 参数类型描述必须默认值示例
namestring
priceinteger
+ +

+ 传参使用 + Content-Type: +   + application/json +   + application/x-www-form-urlencoded +   + multipart/form-data +

+ + +

+ 请求数据示例: +

+
{
+    "name": "string",
+    "price": 12
+}
+ + + + + +
+ + +

partial_updateProduct

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Path 参数类型描述必须默认值示例
idstringA unique integer value identifying this product. + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Body 参数类型描述必须默认值示例
namestring
priceinteger
+ +

+ 传参使用 + Content-Type: +   + application/json +   + application/x-www-form-urlencoded +   + multipart/form-data +

+ + +

+ 请求数据示例: +

+
{
+    "name": "string",
+    "price": 12
+}
+ + + + + +
+ + +

destroyProduct

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Path 参数类型描述必须默认值示例
idstringA unique integer value identifying this product. + + + + + + + + + + + + +
+ + + + + + + + +
+ + + + +
+ +
+ Power By Eave +
+
+
+ +
+ + +