Akuity Argo CD Service API

The ArgoCDService API from Akuity — 111 operation(s) for argocdservice.

OpenAPI Specification

akuity-argocdservice-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  contact:
    email: info@akuity.io
    name: Akuity
    url: https://docs.akuity.io/akuity-portal/automation/api
  description: The Argo CD surface of the Akuity Platform REST API (grpc-gateway projection of argocd/v1). Derived mechanically from the protobuf service descriptors and google.api.http annotations published in the akuity/api-client-go Go module.
  title: Akuity Platform API — Argo CD Argo CD Service API
  version: v1
servers:
- description: Akuity Platform (SaaS)
  url: https://akuity.cloud
security:
- basicAuth: []
tags:
- name: ArgoCDService
paths:
  /api/v1/argocd/versions:
    get:
      operationId: ArgoCDService_ListInstanceVersions
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_ListInstanceVersionsResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: List Instance Versions
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/ListInstanceVersions
  /api/v1/orgs/{organization_id}/argocd/instances:
    get:
      operationId: ArgoCDService_ListInstances
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: query
        name: workspaceId
        required: false
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_ListInstancesResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: List Instances
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/ListInstances
    post:
      operationId: ArgoCDService_CreateInstance
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_CreateInstanceRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_CreateInstanceResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Create Instance
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/CreateInstance
  /api/v1/orgs/{organization_id}/argocd/instances/ai-assistant-usage-stats:
    post:
      operationId: ArgoCDService_GetAIAssistantUsageStats
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_GetAIAssistantUsageStatsRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_GetAIAssistantUsageStatsResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Get AIAssistant Usage Stats
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/GetAIAssistantUsageStats
  /api/v1/orgs/{organization_id}/argocd/instances/sync-operations-events:
    post:
      operationId: ArgoCDService_GetSyncOperationsEvents
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_GetSyncOperationsEventsRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_GetSyncOperationsEventsResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Get Sync Operations Events
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/GetSyncOperationsEvents
  /api/v1/orgs/{organization_id}/argocd/instances/sync-operations-stats:
    post:
      operationId: ArgoCDService_GetSyncOperationsStats
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_GetSyncOperationsStatsRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_GetSyncOperationsStatsResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Get Sync Operations Stats
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/GetSyncOperationsStats
  /api/v1/orgs/{organization_id}/argocd/instances/{id}:
    delete:
      operationId: ArgoCDService_DeleteInstance
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      - in: query
        name: workspaceId
        required: false
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_DeleteInstanceResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Delete Instance
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/DeleteInstance
    get:
      operationId: ArgoCDService_GetInstance
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      - in: query
        name: idType
        required: false
        schema:
          $ref: '#/components/schemas/akuity_types_id_v1_Type'
      - in: query
        name: workspaceId
        required: false
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_GetInstanceResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Get Instance
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/GetInstance
    patch:
      operationId: ArgoCDService_PatchInstance
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              additionalProperties: true
              type: object
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_PatchInstanceResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Patch Instance
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/PatchInstance
    put:
      operationId: ArgoCDService_UpdateInstance
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_UpdateInstanceRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_UpdateInstanceResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Update Instance
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/UpdateInstance
  /api/v1/orgs/{organization_id}/argocd/instances/{id}/apply:
    post:
      operationId: ArgoCDService_ApplyInstance
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_ApplyInstanceRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_ApplyInstanceResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Apply Instance
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/ApplyInstance
  /api/v1/orgs/{organization_id}/argocd/instances/{id}/appset/secret:
    get:
      operationId: ArgoCDService_GetInstanceAppsetSecret
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      - in: query
        name: workspaceId
        required: false
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_GetInstanceAppsetSecretResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Get Instance Appset Secret
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/GetInstanceAppsetSecret
    patch:
      operationId: ArgoCDService_PatchInstanceAppsetSecret
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_PatchInstanceAppsetSecretRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_PatchInstanceAppsetSecretResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Patch Instance Appset Secret
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/PatchInstanceAppsetSecret
  /api/v1/orgs/{organization_id}/argocd/instances/{id}/clusters:
    put:
      operationId: ArgoCDService_UpdateInstanceClusters
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_UpdateInstanceClustersRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_UpdateInstanceClustersResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Update Instance Clusters
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/UpdateInstanceClusters
  /api/v1/orgs/{organization_id}/argocd/instances/{id}/config-management-plugins:
    get:
      operationId: ArgoCDService_GetInstanceConfigManagementPlugins
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      - in: query
        name: workspaceId
        required: false
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_GetInstanceConfigManagementPluginsResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Get Instance Config Management Plugins
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/GetInstanceConfigManagementPlugins
    put:
      operationId: ArgoCDService_UpdateInstanceConfigManagementPlugins
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_UpdateInstanceConfigManagementPluginsRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_UpdateInstanceConfigManagementPluginsResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Update Instance Config Management Plugins
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/UpdateInstanceConfigManagementPlugins
  /api/v1/orgs/{organization_id}/argocd/instances/{id}/css:
    get:
      operationId: ArgoCDService_GetInstanceCSS
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      - in: query
        name: workspaceId
        required: false
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_GetInstanceCSSResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Get Instance CSS
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/GetInstanceCSS
    put:
      operationId: ArgoCDService_UpdateInstanceCSS
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_UpdateInstanceCSSRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_UpdateInstanceCSSResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Update Instance CSS
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/UpdateInstanceCSS
  /api/v1/orgs/{organization_id}/argocd/instances/{id}/export:
    get:
      operationId: ArgoCDService_ExportInstance
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      - in: query
        name: idType
        required: false
        schema:
          $ref: '#/components/schemas/akuity_types_id_v1_Type'
      - in: query
        name: workspaceId
        required: false
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_ExportInstanceResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Export Instance
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/ExportInstance
  /api/v1/orgs/{organization_id}/argocd/instances/{id}/image-updater:
    get:
      operationId: ArgoCDService_GetInstanceImageUpdaterSettings
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      - in: query
        name: workspaceId
        required: false
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_GetInstanceImageUpdaterSettingsResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Get Instance Image Updater Settings
      tags:
      - ArgoCDService
      x-grpc-method: akuity.argocd.v1.ArgoCDService/GetInstanceImageUpdaterSettings
  /api/v1/orgs/{organization_id}/argocd/instances/{id}/image-updater/config:
    put:
      operationId: ArgoCDService_UpdateInstanceImageUpdaterConfig
      parameters:
      - in: path
        name: organization_id
        required: true
        schema:
          type: string
      - in: path
        name: id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/akuity_argocd_v1_UpdateInstanceImageUpdaterConfigRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/akuity_argocd_v1_UpdateInstanceImageUpdaterConfigResponse'
          description: OK
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: unauthenticated
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: permission denied
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: not found
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Status'
          description: gRPC status error
      summary: Update Instance Image Updater Config
      tags:

# --- truncated at 32 KB (354 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/akuity/refs/heads/main/openapi/akuity-argocdservice-api-openapi.yml