docs: sessions API documentation

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2022-09-26 16:20:06 +02:00
parent ed125e9439
commit 6684730dd7
2 changed files with 76 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ class SessionController extends ApiController {
$this->sessionService->syncSession($boardId, $token);
return new DataResponse([]);
} catch (DoesNotExistException $e) {
return new DataResponse([], 403);
return new DataResponse([], 404);
}
}