json([ 'message' => 'Admin documentation tooling is reserved for the follow-up slice.', ], 501); } public function openApiJson(): JsonResponse { return response()->json([ 'message' => 'OpenAPI generation is not included in the foundation slice.', ], 501); } public function clearCache(): JsonResponse { return response()->json([ 'message' => 'Documentation cache clearing is not included in the foundation slice.', ], 501); } }