"Update a branche?" -> PUT /api/v2/code-refs/repositories/{repo}/branches/{branch}
"Create a extinction-event?" -> POST /api/v2/code-refs/repositories/{repo}/branches/{branch}/extinction-events
"List all statistics?" -> GET /api/v2/code-refs/statistics
"Get statistic details?" -> GET /api/v2/code-refs/statistics/{projectKey}
"List all destinations?" -> GET /api/v2/destinations
"Create a generate-warehouse-destination-key-pair?" -> POST /api/v2/destinations/generate-warehouse-destination-key-pair
"Create a generate-trust-policy?" -> POST /api/v2/destinations/projects/{projKey}/environments/{envKey}/generate-trust-policy
"Get destination details?" -> GET /api/v2/destinations/{projectKey}/{environmentKey}/{id}
"Partially update a destination?" -> PATCH /api/v2/destinations/{projectKey}/{environmentKey}/{id}
"Delete a destination?" -> DELETE /api/v2/destinations/{projectKey}/{environmentKey}/{id}
"Get flag details?" -> GET /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}
"Partially update a flag?" -> PATCH /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id}
"Delete a flag?" -> DELETE /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id}
"Get flag-status details?" -> GET /api/v2/flag-status/{projectKey}/{featureFlagKey}
"Get flag-statuse details?" -> GET /api/v2/flag-statuses/{projectKey}/{environmentKey}
"Get flag-statuse details?" -> GET /api/v2/flag-statuses/{projectKey}/{environmentKey}/{featureFlagKey}
"Get flag details?" -> GET /api/v2/flags/{projectKey}
"List all dependent-flags?" -> GET /api/v2/flags/{projectKey}/{environmentKey}/{featureFlagKey}/dependent-flags
"Get flag details?" -> GET /api/v2/flags/{projectKey}/{featureFlagKey}
"Partially update a flag?" -> PATCH /api/v2/flags/{projectKey}/{featureFlagKey}
"Delete a flag?" -> DELETE /api/v2/flags/{projectKey}/{featureFlagKey}
"Create a copy?" -> POST /api/v2/flags/{projectKey}/{featureFlagKey}/copy
"List all dependent-flags?" -> GET /api/v2/flags/{projectKey}/{featureFlagKey}/dependent-flags
"Get expiring-target details?" -> GET /api/v2/flags/{projectKey}/{featureFlagKey}/expiring-targets/{environmentKey}
"Partially update a expiring-target?" -> PATCH /api/v2/flags/{projectKey}/{featureFlagKey}/expiring-targets/{environmentKey}
"Get expiring-user-target details?" -> GET /api/v2/flags/{projectKey}/{featureFlagKey}/expiring-user-targets/{environmentKey}
"Partially update a expiring-user-target?" -> PATCH /api/v2/flags/{projectKey}/{featureFlagKey}/expiring-user-targets/{environmentKey}
"Get trigger details?" -> GET /api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey}
"Get trigger details?" -> GET /api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey}/{id}
"Partially update a trigger?" -> PATCH /api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey}/{id}
"Delete a trigger?" -> DELETE /api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey}/{id}
"List all release?" -> GET /api/v2/flags/{projectKey}/{flagKey}/release
"List all big-segment-store?" -> GET /api/v2/integration-capabilities/big-segment-store
"Get big-segment-store details?" -> GET /api/v2/integration-capabilities/big-segment-store/{projectKey}/{environmentKey}/{integrationKey}/{integrationId}
"Partially update a big-segment-store?" -> PATCH /api/v2/integration-capabilities/big-segment-store/{projectKey}/{environmentKey}/{integrationKey}/{integrationId}
"Delete a big-segment-store?" -> DELETE /api/v2/integration-capabilities/big-segment-store/{projectKey}/{environmentKey}/{integrationKey}/{integrationId}
"List all featureStore?" -> GET /api/v2/integration-capabilities/featureStore
"Get featureStore details?" -> GET /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}
"Get featureStore details?" -> GET /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}
"Partially update a featureStore?" -> PATCH /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}
"Delete a featureStore?" -> DELETE /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}
"Create a validate?" -> POST /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}/validate
"List all flag-import?" -> GET /api/v2/integration-capabilities/flag-import
"Get flag-import details?" -> GET /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId}
"Partially update a flag-import?" -> PATCH /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId}
"Delete a flag-import?" -> DELETE /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId}
"Create a trigger?" -> POST /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId}/trigger
"Get key details?" -> GET /api/v2/integration-configurations/keys/{integrationKey}
"Get integration-configuration details?" -> GET /api/v2/integration-configurations/{integrationConfigurationId}
"Partially update a integration-configuration?" -> PATCH /api/v2/integration-configurations/{integrationConfigurationId}
"Delete a integration-configuration?" -> DELETE /api/v2/integration-configurations/{integrationConfigurationId}
"Get integration details?" -> GET /api/v2/integrations/{integrationKey}
"Get integration details?" -> GET /api/v2/integrations/{integrationKey}/{id}
"Partially update a integration?" -> PATCH /api/v2/integrations/{integrationKey}/{id}
"Delete a integration?" -> DELETE /api/v2/integrations/{integrationKey}/{id}
"List all members?" -> GET /api/v2/members
"Create a member?" -> POST /api/v2/members
"Get member details?" -> GET /api/v2/members/{id}
"Partially update a member?" -> PATCH /api/v2/members/{id}
"Delete a member?" -> DELETE /api/v2/members/{id}
"Create a team?" -> POST /api/v2/members/{id}/teams
"Get metric details?" -> GET /api/v2/metrics/{projectKey}
"Get metric details?" -> GET /api/v2/metrics/{projectKey}/{metricKey}
"Partially update a metric?" -> PATCH /api/v2/metrics/{projectKey}/{metricKey}
"Delete a metric?" -> DELETE /api/v2/metrics/{projectKey}/{metricKey}
"List all clients?" -> GET /api/v2/oauth/clients
"Create a client?" -> POST /api/v2/oauth/clients
"Get client details?" -> GET /api/v2/oauth/clients/{clientId}
"Partially update a client?" -> PATCH /api/v2/oauth/clients/{clientId}
"Delete a client?" -> DELETE /api/v2/oauth/clients/{clientId}
"List all openapi.json?" -> GET /api/v2/openapi.json
"List all projects?" -> GET /api/v2/projects
"Create a project?" -> POST /api/v2/projects
"Get project details?" -> GET /api/v2/projects/{projectKey}
"Partially update a project?" -> PATCH /api/v2/projects/{projectKey}
"Delete a project?" -> DELETE /api/v2/projects/{projectKey}
"List all context-kinds?" -> GET /api/v2/projects/{projectKey}/context-kinds
"Update a context-kind?" -> PUT /api/v2/projects/{projectKey}/context-kinds/{key}
"List all environments?" -> GET /api/v2/projects/{projectKey}/environments
"Create a environment?" -> POST /api/v2/projects/{projectKey}/environments
"Get environment details?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}
"Partially update a environment?" -> PATCH /api/v2/projects/{projectKey}/environments/{environmentKey}
"Delete a environment?" -> DELETE /api/v2/projects/{projectKey}/environments/{environmentKey}
"Create a apiKey?" -> POST /api/v2/projects/{projectKey}/environments/{environmentKey}/apiKey
"List all context-attributes?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}/context-attributes
"Get context-attribute details?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}/context-attributes/{attributeName}
"Create a search?" -> POST /api/v2/projects/{projectKey}/environments/{environmentKey}/context-instances/search
"Get context-instance details?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}/context-instances/{id}
"Delete a context-instance?" -> DELETE /api/v2/projects/{projectKey}/environments/{environmentKey}/context-instances/{id}
"Create a search?" -> POST /api/v2/projects/{projectKey}/environments/{environmentKey}/contexts/search
"Update a flag?" -> PUT /api/v2/projects/{projectKey}/environments/{environmentKey}/contexts/{contextKind}/{contextKey}/flags/{featureFlagKey}
"Get context details?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}/contexts/{kind}/{key}
"List all experiments?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments
"Create a experiment?" -> POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments
"Get experiment details?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}
"Partially update a experiment?" -> PATCH /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}
"Create a iteration?" -> POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/iterations
"Create a evaluate?" -> POST /api/v2/projects/{projectKey}/environments/{environmentKey}/flags/evaluate
"List all followers?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}/followers
"List all holdouts?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts
"Create a holdout?" -> POST /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts
"Get id details?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts/id/{holdoutId}
"Get holdout details?" -> GET /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts/{holdoutKey}
"Partially update a holdout?" -> PATCH /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts/{holdoutKey}
"Create a mobileKey?" -> POST /api/v2/projects/{projectKey}/environments/{environmentKey}/mobileKey
"Create a evaluate?" -> POST /api/v2/projects/{projectKey}/environments/{environmentKey}/segments/evaluate
"List all experimentation-settings?" -> GET /api/v2/projects/{projectKey}/experimentation-settings
"List all flag-defaults?" -> GET /api/v2/projects/{projectKey}/flag-defaults
"List all approval-requests?" -> GET /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests
"Create a approval-request?" -> POST /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests
"Create a approval-requests-flag-copy?" -> POST /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests-flag-copy
"Get approval-request details?" -> GET /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}
"Partially update a approval-request?" -> PATCH /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}
"Delete a approval-request?" -> DELETE /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}
"Create a apply?" -> POST /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/apply
"Create a review?" -> POST /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/reviews
"List all followers?" -> GET /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/followers
"Update a follower?" -> PUT /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/followers/{memberId}
"Delete a follower?" -> DELETE /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/followers/{memberId}
"List all scheduled-changes?" -> GET /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes
"Create a scheduled-change?" -> POST /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes
"Get scheduled-change details?" -> GET /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id}
"Partially update a scheduled-change?" -> PATCH /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id}
"Delete a scheduled-change?" -> DELETE /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id}
"List all workflows?" -> GET /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows
"Create a workflow?" -> POST /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows
"Get workflow details?" -> GET /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows/{workflowId}
"Delete a workflow?" -> DELETE /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows/{workflowId}
"Create a migration-safety-issue?" -> POST /api/v2/projects/{projectKey}/flags/{flagKey}/environments/{environmentKey}/migration-safety-issues
"Update a phase?" -> PUT /api/v2/projects/{projectKey}/flags/{flagKey}/release/phases/{phaseId}
"List all layers?" -> GET /api/v2/projects/{projectKey}/layers
"Create a layer?" -> POST /api/v2/projects/{projectKey}/layers
"Partially update a layer?" -> PATCH /api/v2/projects/{projectKey}/layers/{layerKey}
"List all metric-groups?" -> GET /api/v2/projects/{projectKey}/metric-groups
"Create a metric-group?" -> POST /api/v2/projects/{projectKey}/metric-groups
"Get metric-group details?" -> GET /api/v2/projects/{projectKey}/metric-groups/{metricGroupKey}
"Partially update a metric-group?" -> PATCH /api/v2/projects/{projectKey}/metric-groups/{metricGroupKey}
"Delete a metric-group?" -> DELETE /api/v2/projects/{projectKey}/metric-groups/{metricGroupKey}
"List all release-pipelines?" -> GET /api/v2/projects/{projectKey}/release-pipelines
"Create a release-pipeline?" -> POST /api/v2/projects/{projectKey}/release-pipelines
"Get release-pipeline details?" -> GET /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}
"Update a release-pipeline?" -> PUT /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}
"Delete a release-pipeline?" -> DELETE /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}
"List all releases?" -> GET /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}/releases
"List all public-ip-list?" -> GET /api/v2/public-ip-list
"List all roles?" -> GET /api/v2/roles
"Create a role?" -> POST /api/v2/roles
"Get role details?" -> GET /api/v2/roles/{customRoleKey}
"Partially update a role?" -> PATCH /api/v2/roles/{customRoleKey}
"Delete a role?" -> DELETE /api/v2/roles/{customRoleKey}
"Get segment details?" -> GET /api/v2/segments/{projectKey}/{environmentKey}
"Get segment details?" -> GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}
"Partially update a segment?" -> PATCH /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}
"Delete a segment?" -> DELETE /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}
"Create a context?" -> POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/contexts
"Get context details?" -> GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/contexts/{contextKey}
"Create a export?" -> POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports
"Get export details?" -> GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports/{exportID}
"Create a import?" -> POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports
"Get import details?" -> GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID}
"Create a user?" -> POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/users
"Get user details?" -> GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/users/{userKey}
"Get expiring-target details?" -> GET /api/v2/segments/{projectKey}/{segmentKey}/expiring-targets/{environmentKey}
"Partially update a expiring-target?" -> PATCH /api/v2/segments/{projectKey}/{segmentKey}/expiring-targets/{environmentKey}
"Get expiring-user-target details?" -> GET /api/v2/segments/{projectKey}/{segmentKey}/expiring-user-targets/{environmentKey}
"Partially update a expiring-user-target?" -> PATCH /api/v2/segments/{projectKey}/{segmentKey}/expiring-user-targets/{environmentKey}
"List all teams?" -> GET /api/v2/teams
"Create a team?" -> POST /api/v2/teams
"Get team details?" -> GET /api/v2/teams/{teamKey}
"Partially update a team?" -> PATCH /api/v2/teams/{teamKey}
"Delete a team?" -> DELETE /api/v2/teams/{teamKey}
"List all maintainers?" -> GET /api/v2/teams/{teamKey}/maintainers
"Create a member?" -> POST /api/v2/teams/{teamKey}/members
"List all roles?" -> GET /api/v2/teams/{teamKey}/roles
"Search templates?" -> GET /api/v2/templates
"Create a template?" -> POST /api/v2/templates
"Delete a template?" -> DELETE /api/v2/templates/{templateKey}
"List all tokens?" -> GET /api/v2/tokens
"Create a token?" -> POST /api/v2/tokens
"Get token details?" -> GET /api/v2/tokens/{id}
"Partially update a token?" -> PATCH /api/v2/tokens/{id}
"Delete a token?" -> DELETE /api/v2/tokens/{id}
"Create a reset?" -> POST /api/v2/tokens/{id}/reset
"List all clientside-contexts?" -> GET /api/v2/usage/clientside-contexts
"List all clientside-mau?" -> GET /api/v2/usage/clientside-mau
"List all data-export-events?" -> GET /api/v2/usage/data-export-events
"Get evaluation details?" -> GET /api/v2/usage/evaluations/{projectKey}/{environmentKey}/{featureFlagKey}
"Get event details?" -> GET /api/v2/usage/events/{type}
"List all experimentation-events?" -> GET /api/v2/usage/experimentation-events
"List all experimentation-keys?" -> GET /api/v2/usage/experimentation-keys
"List all mau?" -> GET /api/v2/usage/mau
"List all bycategory?" -> GET /api/v2/usage/mau/bycategory
"List all sdks?" -> GET /api/v2/usage/mau/sdks
"List all errors?" -> GET /api/v2/usage/observability/errors
"List all logs?" -> GET /api/v2/usage/observability/logs
"List all metrics?" -> GET /api/v2/usage/observability/metrics
"List all sessions?" -> GET /api/v2/usage/observability/sessions
"List all traces?" -> GET /api/v2/usage/observability/traces
"List all details?" -> GET /api/v2/usage/sdk-versions/details
"List all serverside-contexts?" -> GET /api/v2/usage/serverside-contexts
"List all service-connections?" -> GET /api/v2/usage/service-connections
"Get stream details?" -> GET /api/v2/usage/streams/{source}
"List all bysdkversion?" -> GET /api/v2/usage/streams/{source}/bysdkversion
"List all sdkversions?" -> GET /api/v2/usage/streams/{source}/sdkversions
"List all total-contexts?" -> GET /api/v2/usage/total-contexts
"List all total-mau?" -> GET /api/v2/usage/total-mau
"List all vega-ai?" -> GET /api/v2/usage/vega-ai
"Get user-attribute details?" -> GET /api/v2/user-attributes/{projectKey}/{environmentKey}
"Search user-search?" -> GET /api/v2/user-search/{projectKey}/{environmentKey}
"Get user details?" -> GET /api/v2/users/{projectKey}/{environmentKey}
"Get user details?" -> GET /api/v2/users/{projectKey}/{environmentKey}/{userKey}
"Delete a user?" -> DELETE /api/v2/users/{projectKey}/{environmentKey}/{userKey}
"List all flags?" -> GET /api/v2/users/{projectKey}/{environmentKey}/{userKey}/flags
"Get flag details?" -> GET /api/v2/users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey}
"Update a flag?" -> PUT /api/v2/users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey}
"Get expiring-user-target details?" -> GET /api/v2/users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey}
"Partially update a expiring-user-target?" -> PATCH /api/v2/users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey}
"List all versions?" -> GET /api/v2/versions
"List all webhooks?" -> GET /api/v2/webhooks
"Create a webhook?" -> POST /api/v2/webhooks
"Get webhook details?" -> GET /api/v2/webhooks/{id}
"Partially update a webhook?" -> PATCH /api/v2/webhooks/{id}
"Delete a webhook?" -> DELETE /api/v2/webhooks/{id}
"List all tags?" -> GET /api/v2/tags
"List all targeting?" -> GET /api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting
"List all ai-configs?" -> GET /api/v2/projects/{projectKey}/ai-configs
"Create a ai-config?" -> POST /api/v2/projects/{projectKey}/ai-configs
"Delete a ai-config?" -> DELETE /api/v2/projects/{projectKey}/ai-configs/{configKey}
"Get ai-config details?" -> GET /api/v2/projects/{projectKey}/ai-configs/{configKey}
"Partially update a ai-config?" -> PATCH /api/v2/projects/{projectKey}/ai-configs/{configKey}
"Create a variation?" -> POST /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations
"Delete a variation?" -> DELETE /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey}
"Get variation details?" -> GET /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey}
"Partially update a variation?" -> PATCH /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey}
"List all metrics?" -> GET /api/v2/projects/{projectKey}/ai-configs/{configKey}/metrics
"List all metrics-by-variation?" -> GET /api/v2/projects/{projectKey}/ai-configs/{configKey}/metrics-by-variation
"Create a restricted?" -> POST /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted
"List all model-configs?" -> GET /api/v2/projects/{projectKey}/ai-configs/model-configs
"Create a model-config?" -> POST /api/v2/projects/{projectKey}/ai-configs/model-configs
"Delete a model-config?" -> DELETE /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey}
"Get model-config details?" -> GET /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey}
"List all ai-tools?" -> GET /api/v2/projects/{projectKey}/ai-tools
"Create a ai-tool?" -> POST /api/v2/projects/{projectKey}/ai-tools
"List all versions?" -> GET /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions
"Delete a ai-tool?" -> DELETE /api/v2/projects/{projectKey}/ai-tools/{toolKey}
"Get ai-tool details?" -> GET /api/v2/projects/{projectKey}/ai-tools/{toolKey}
"Partially update a ai-tool?" -> PATCH /api/v2/projects/{projectKey}/ai-tools/{toolKey}
"List all agent-graphs?" -> GET /api/v2/projects/{projectKey}/agent-graphs
"Create a agent-graph?" -> POST /api/v2/projects/{projectKey}/agent-graphs
"Delete a agent-graph?" -> DELETE /api/v2/projects/{projectKey}/agent-graphs/{graphKey}
"Get agent-graph details?" -> GET /api/v2/projects/{projectKey}/agent-graphs/{graphKey}
"Partially update a agent-graph?" -> PATCH /api/v2/projects/{projectKey}/agent-graphs/{graphKey}
"List all announcements?" -> GET /api/v2/announcements
"Create a announcement?" -> POST /api/v2/announcements
"Delete a announcement?" -> DELETE /api/v2/announcements/{announcementId}
"Partially update a announcement?" -> PATCH /api/v2/announcements/{announcementId}
"List all settings?" -> GET /api/v2/approval-requests/projects/{projectKey}/settings
"List all views?" -> GET /api/v2/projects/{projectKey}/views
"Create a view?" -> POST /api/v2/projects/{projectKey}/views
"Delete a view?" -> DELETE /api/v2/projects/{projectKey}/views/{viewKey}
"Get view details?" -> GET /api/v2/projects/{projectKey}/views/{viewKey}
"Partially update a view?" -> PATCH /api/v2/projects/{projectKey}/views/{viewKey}
"Delete a link?" -> DELETE /api/v2/projects/{projectKey}/views/{viewKey}/link/{resourceType}
"Search linked?" -> GET /api/v2/projects/{projectKey}/views/{viewKey}/linked/{resourceType}
"Get view-association details?" -> GET /api/v2/projects/{projectKey}/view-associations/{resourceType}/{resourceKey}
"List all release-policies?" -> GET /api/v2/projects/{projectKey}/release-policies
"Create a release-policy?" -> POST /api/v2/projects/{projectKey}/release-policies
"Create a order?" -> POST /api/v2/projects/{projectKey}/release-policies/order
"Delete a release-policy?" -> DELETE /api/v2/projects/{projectKey}/release-policies/{policyKey}
"Get release-policy details?" -> GET /api/v2/projects/{projectKey}/release-policies/{policyKey}
"Update a release-policy?" -> PUT /api/v2/projects/{projectKey}/release-policies/{policyKey}
"List all frequency?" -> GET /api/v2/engineering-insights/charts/deployments/frequency
"List all stale?" -> GET /api/v2/engineering-insights/charts/flags/stale
"List all status?" -> GET /api/v2/engineering-insights/charts/flags/status
"List all lead-time?" -> GET /api/v2/engineering-insights/charts/lead-time
"List all frequency?" -> GET /api/v2/engineering-insights/charts/releases/frequency
"Create a deployment-event?" -> POST /api/v2/engineering-insights/deployment-events
"List all deployments?" -> GET /api/v2/engineering-insights/deployments
"Get deployment details?" -> GET /api/v2/engineering-insights/deployments/{deploymentID}
"Partially update a deployment?" -> PATCH /api/v2/engineering-insights/deployments/{deploymentID}
"Search flag-events?" -> GET /api/v2/engineering-insights/flag-events
"Create a group?" -> POST /api/v2/engineering-insights/insights/group
"Search groups?" -> GET /api/v2/engineering-insights/insights/groups
"Get group details?" -> GET /api/v2/engineering-insights/insights/groups/{insightGroupKey}
"Partially update a group?" -> PATCH /api/v2/engineering-insights/insights/groups/{insightGroupKey}
"Delete a group?" -> DELETE /api/v2/engineering-insights/insights/groups/{insightGroupKey}
"List all scores?" -> GET /api/v2/engineering-insights/insights/scores
"Search pull-requests?" -> GET /api/v2/engineering-insights/pull-requests
"List all repositories?" -> GET /api/v2/engineering-insights/repositories
"Delete a project?" -> DELETE /api/v2/engineering-insights/repositories/{repositoryKey}/projects/{projectKey}