Skip to main content

创建订阅

接口说明

调用该接口创建订阅。

URI

post /subscribe

请求参数

名称参数位置类型描述是否必须

请求Body

字段名类型描述
BodyObject(v1CreateSubscribeRequest)

v1CreateSubscribeRequest| 字段名 | 类型 | 描述 |

| ---- | ---- | ----------- | | description | string | 订阅描述 | | title | string | 订阅名称 |

响应

响应<200>

Code描述类型
200OKObject(v1CreateSubscribeResponse)

v1CreateSubscribeResponse

字段名类型描述
descriptionstring订阅描述
endpointstring订阅endpoint
idstring订阅ID
is_defaultboolean是否为默认订阅
titlestring订阅名称