|
@@ -484,13 +484,16 @@ module.exports = (crowi) => {
|
|
|
* properties:
|
|
* properties:
|
|
|
* pageId:
|
|
* pageId:
|
|
|
* $ref: '#/components/schemas/Page/properties/_id'
|
|
* $ref: '#/components/schemas/Page/properties/_id'
|
|
|
|
|
+ * status:
|
|
|
|
|
+ * $ref: '#.componsnts/schemas/Subscription/properties/status'
|
|
|
|
|
+ *
|
|
|
* responses:
|
|
* responses:
|
|
|
* 200:
|
|
* 200:
|
|
|
* description: Succeeded to update subscribe status.
|
|
* description: Succeeded to update subscribe status.
|
|
|
* content:
|
|
* content:
|
|
|
* application/json:
|
|
* application/json:
|
|
|
* schema:
|
|
* schema:
|
|
|
- * $ref: '#/components/schemas/Page'
|
|
|
|
|
|
|
+ * $ref: '#/components/schemas/Subscription'
|
|
|
* 500:
|
|
* 500:
|
|
|
* description: Internal server error.
|
|
* description: Internal server error.
|
|
|
*/
|
|
*/
|