diff --git a/lib/Controller/ChatController.php b/lib/Controller/ChatController.php index b900b4ca955..b9b9e4936d5 100644 --- a/lib/Controller/ChatController.php +++ b/lib/Controller/ChatController.php @@ -514,11 +514,7 @@ public function receiveMessages(int $lookIntoFuture, * @return DataResponse|DataResponse|DataResponse * @throws \InvalidArgumentException * - * 201: Summary was scheduled, use the returned taskId to get the status - * information and output from the TaskProcessing API: - * https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html#fetch-a-task-by-id - * If the response data contains nextOffset, not all messages could be handled in a single request. - * After receiving the response a second summary should be requested with the provided nextOffset. + * 201: Summary was scheduled, use the returned taskId to get the status information and output from the TaskProcessing API: [OCS TaskProcessing API](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html#fetch-a-task-by-id). If the response data contains nextOffset, not all messages could be handled in a single request. After receiving the response a second summary should be requested with the provided nextOffset. * 204: No messages found to summarize * 400: No AI provider available or summarizing failed */ diff --git a/lib/Controller/RoomController.php b/lib/Controller/RoomController.php index db478001b3a..366a8e33761 100644 --- a/lib/Controller/RoomController.php +++ b/lib/Controller/RoomController.php @@ -460,7 +460,7 @@ public function getSingleRoom(string $token): DataResponse { * * @return DataResponse * - * 200: Room returned successfully + * 200: Room returned successfully */ #[NoAdminRequired] public function getNoteToSelfConversation(): DataResponse { @@ -1358,7 +1358,7 @@ public function addParticipantToRoom(string $newParticipant, string $source = 'u /** * Remove the current user from a room * - * @return DataResponse|DataResponse * + * @return DataResponse|DataResponse * * 200: Participant removed successfully * 400: Removing participant is not possible @@ -1892,11 +1892,11 @@ public function verifyDialInPin(string $pin): DataResponse { * @param array{actorId?: string, actorType?: string, attendeeId?: int} $options Additional details to verify the validity of the request * @return DataResponse|DataResponse * - * 200: Participant created successfully - * 400: Phone number and details could not be confirmed - * 401: SIP request invalid - * 404: Phone number is not invited as a participant - * 501: SIP dial-out is not configured + * 200: Participant created successfully + * 400: Phone number and details could not be confirmed + * 401: SIP request invalid + * 404: Phone number is not invited as a participant + * 501: SIP dial-out is not configured */ #[PublicPage] #[BruteForceProtection(action: 'talkSipBridgeSecret')] diff --git a/openapi-full.json b/openapi-full.json index 0de184c4152..113adcfc616 100644 --- a/openapi-full.json +++ b/openapi-full.json @@ -6394,7 +6394,7 @@ ], "responses": { "201": { - "description": "Summary was scheduled, use the returned taskId to get the status information and output from the TaskProcessing API: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html#fetch-a-task-by-id If the response data contains nextOffset, not all messages could be handled in a single request. After receiving the response a second summary should be requested with the provided nextOffset.", + "description": "Summary was scheduled, use the returned taskId to get the status information and output from the TaskProcessing API: [OCS TaskProcessing API](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html#fetch-a-task-by-id). If the response data contains nextOffset, not all messages could be handled in a single request. After receiving the response a second summary should be requested with the provided nextOffset.", "content": { "application/json": { "schema": { diff --git a/openapi.json b/openapi.json index bfdd4592def..8bd1202b4f0 100644 --- a/openapi.json +++ b/openapi.json @@ -6299,7 +6299,7 @@ ], "responses": { "201": { - "description": "Summary was scheduled, use the returned taskId to get the status information and output from the TaskProcessing API: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html#fetch-a-task-by-id If the response data contains nextOffset, not all messages could be handled in a single request. After receiving the response a second summary should be requested with the provided nextOffset.", + "description": "Summary was scheduled, use the returned taskId to get the status information and output from the TaskProcessing API: [OCS TaskProcessing API](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html#fetch-a-task-by-id). If the response data contains nextOffset, not all messages could be handled in a single request. After receiving the response a second summary should be requested with the provided nextOffset.", "content": { "application/json": { "schema": { diff --git a/src/types/openapi/openapi-full.ts b/src/types/openapi/openapi-full.ts index 059626348ff..d4a1f76a6c9 100644 --- a/src/types/openapi/openapi-full.ts +++ b/src/types/openapi/openapi-full.ts @@ -4309,7 +4309,7 @@ export interface operations { }; }; responses: { - /** @description Summary was scheduled, use the returned taskId to get the status information and output from the TaskProcessing API: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html#fetch-a-task-by-id If the response data contains nextOffset, not all messages could be handled in a single request. After receiving the response a second summary should be requested with the provided nextOffset. */ + /** @description Summary was scheduled, use the returned taskId to get the status information and output from the TaskProcessing API: [OCS TaskProcessing API](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html#fetch-a-task-by-id). If the response data contains nextOffset, not all messages could be handled in a single request. After receiving the response a second summary should be requested with the provided nextOffset. */ 201: { headers: { [name: string]: unknown; diff --git a/src/types/openapi/openapi.ts b/src/types/openapi/openapi.ts index 4323d5eb863..a7a671c5826 100644 --- a/src/types/openapi/openapi.ts +++ b/src/types/openapi/openapi.ts @@ -3793,7 +3793,7 @@ export interface operations { }; }; responses: { - /** @description Summary was scheduled, use the returned taskId to get the status information and output from the TaskProcessing API: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html#fetch-a-task-by-id If the response data contains nextOffset, not all messages could be handled in a single request. After receiving the response a second summary should be requested with the provided nextOffset. */ + /** @description Summary was scheduled, use the returned taskId to get the status information and output from the TaskProcessing API: [OCS TaskProcessing API](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-taskprocessing-api.html#fetch-a-task-by-id). If the response data contains nextOffset, not all messages could be handled in a single request. After receiving the response a second summary should be requested with the provided nextOffset. */ 201: { headers: { [name: string]: unknown;