From 51c3c98541172a702eac52601b64568a96f28b6b Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Mon, 21 Nov 2022 09:43:09 +0100 Subject: [PATCH] boh --- doc/api.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/api.yaml b/doc/api.yaml index 4636551..b60d514 100644 --- a/doc/api.yaml +++ b/doc/api.yaml @@ -176,8 +176,14 @@ paths: security: - BearerAuth: [] responses: - '204': + '201': description: Follow user action successful. + content: + application/json: + schema: + $ref: "#/components/schemas/generic_success" + example: + status: "Success" '403': description: The user has no permission perform this action. content: