json([ 'message' => 'Public API documentation portal follows in the next RFC slice.', ], 501); } public function openapi(): JsonResponse { return response()->json([ 'message' => 'Public OpenAPI export follows in the next RFC slice.', ], 501); } }