You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"project_name": " project_name - The name of your project (example: namespace-application-sdk)",
"package": "package - The module path of your base package, including namespacing, if applicable (example: enterprise_name.application_client)",
"package_directory": "package_directory - The relative file path to your base package (example: src/enterprise_name/application_client)",
"openapi_document_url": "openapi_document_url - The URL from which an OpenAPI document for this client can be obtained (example: https://raw.githubusercontent.com/cloudflare/api-schemas/refs/heads/main/openapi.json)",
"openapi_git_repository_url": "openapi_git_repository_url - The URL of the Git repository containing the Open API document (example: https://github.com/cloudflare/api-schemas.git)",
"openapi_git_repository_document_path": "openapi_git_repository_document_path - The relative path to the OpenAPI document in the repository (example: openapi.json)"