diagrid httpendpoint update
Update a Dapr HTTP endpoint
diagrid httpendpoint update <httpendpoint> [flags]
Examples
diagrid httpendpoint update my-endpoint --project my-project --base-url https://api.example.com
Options
-p, --project string Name of existing project
--base-url string Base URL for the HTTP endpoint (required)
--scope stringArray Optional scopes/appIds
--header stringArray Optional headers in Name:Value format (repeatable)
--tls-root-ca string TLS root CA secret ref in secretName:secretKey format
--tls-cert string TLS client certificate secret ref in secretName:secretKey format
--tls-key string TLS client private key secret ref in secretName:secretKey format
-w, --wait Wait for long-running resource update to finish
-h, --help help for update
Options inherited from parent commands
--api-key string Diagrid Cloud API key
SEE ALSO
- diagrid httpendpoint - Manage Dapr HTTP endpoints