Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit ad3734d

Browse files
authored
Merge pull request #138 from Catrobat/create-pull-request/patch-1702641736
Bump autogenerated OpenAPI code
2 parents 4cce22c + 6dc5448 commit ad3734d

File tree

103 files changed

+389
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+389
-101
lines changed

Api/ApiServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.20
19+
* The version of the OpenAPI document: v1.2.0
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/

Api/AuthenticationApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.20
19+
* The version of the OpenAPI document: v1.2.0
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/

Api/MediaLibraryApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.20
19+
* The version of the OpenAPI document: v1.2.0
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/

Api/NotificationsApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.20
19+
* The version of the OpenAPI document: v1.2.0
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/

Api/ProjectsApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.20
19+
* The version of the OpenAPI document: v1.2.0
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/

Api/SearchApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.20
19+
* The version of the OpenAPI document: v1.2.0
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/

Api/UserApiInterface.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.20
19+
* The version of the OpenAPI document: v1.2.0
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/
@@ -118,6 +118,19 @@ public function userPut(UpdateUserRequest $update_user_request, string $accept_l
118118
*/
119119
public function userResetPasswordPost(ResetPasswordRequest $reset_password_request, string $accept_language, int &$responseCode, array &$responseHeaders): null|array|object;
120120

121+
/**
122+
* Operation usersGet.
123+
*
124+
* Get users
125+
*
126+
* @param string $query (required)
127+
* @param int $limit (optional, default to 20)
128+
* @param int $offset (optional, default to 0)
129+
* @param int &$responseCode The HTTP Response Code
130+
* @param array $responseHeaders Additional HTTP headers to return with the response ()
131+
*/
132+
public function usersGet(string $query, int $limit, int $offset, int &$responseCode, array &$responseHeaders): null|array|object;
133+
121134
/**
122135
* Operation usersSearchGet.
123136
*

Api/UtilityApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.20
19+
* The version of the OpenAPI document: v1.2.0
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/

Controller/AuthenticationController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.20
19+
* The version of the OpenAPI document: v1.2.0
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/

Controller/Controller.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.1.20
19+
* The version of the OpenAPI document: v1.2.0
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/
@@ -76,7 +76,7 @@ public function setApiServer(ApiServer $server): self
7676

7777
/**
7878
* This will return a response with code 400. Usage example:
79-
* return $this->createBadRequestResponse('Unable to access this page!');.
79+
* return $this->createBadRequestResponse('Unable to access this page!');
8080
*
8181
* @param string $message A message
8282
*/
@@ -87,7 +87,7 @@ public function createBadRequestResponse(string $message = 'Bad Request.'): Resp
8787

8888
/**
8989
* This will return an error response. Usage example:
90-
* return $this->createErrorResponse(new UnauthorizedHttpException());.
90+
* return $this->createErrorResponse(new UnauthorizedHttpException());
9191
*
9292
* @param HttpException $exception An HTTP exception
9393
*/

0 commit comments

Comments
 (0)