mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix(OpenAPI): Ignore federation until final
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
4c5128dc22
commit
3933d1946b
1 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ use OCA\Talk\Model\Invitation;
|
|||
use OCA\Talk\ResponseDefinitions;
|
||||
use OCP\AppFramework\Db\MultipleObjectsReturnedException;
|
||||
use OCP\AppFramework\Http;
|
||||
use OCP\AppFramework\Http\Attribute\IgnoreOpenAPI;
|
||||
use OCP\AppFramework\Http\Attribute\NoAdminRequired;
|
||||
use OCP\AppFramework\Http\DataResponse;
|
||||
use OCP\AppFramework\OCSController;
|
||||
|
|
@ -44,8 +45,11 @@ use OCP\IUser;
|
|||
use OCP\IUserSession;
|
||||
|
||||
/**
|
||||
* Ignored from OpenAPI until the implementation is finished and the API stable
|
||||
*
|
||||
* @psalm-import-type TalkFederationInvite from ResponseDefinitions
|
||||
*/
|
||||
#[IgnoreOpenAPI]
|
||||
class FederationController extends OCSController {
|
||||
|
||||
public function __construct(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue