docs: sessions API documentation

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2023-01-03 12:43:59 +01:00
parent ed125e9439
commit 6684730dd7
2 changed files with 76 additions and 1 deletions
+1 -1
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);
}
}