get: tags: [Callbacks] summary: Archive/unarchive callback subscription description: Sets callback archive state by `callbacks_ref` and required `archived` query parameter. operationId: callbacksArchive security: - bearerAuth: [] parameters: - $ref: ../parameters/org_ref.yaml#/components/parameters/OrgRef - $ref: ../parameters/callbacks_ref.yaml#/components/parameters/CallbacksRef - name: archived in: query required: true description: Target archive value to set on the callback. schema: type: boolean - $ref: ../parameters/cascade.yaml#/components/parameters/Cascade responses: '200': description: Archive state updated content: application/json: schema: allOf: - $ref: ../response/response.yaml#/components/schemas/BaseResponse - type: object properties: data: $ref: ./response/callback.yaml#/components/schemas/CallbacksAuthData '400': $ref: ../response/operation.yaml#/components/responses/BadRequest '401': $ref: ../response/operation.yaml#/components/responses/Unauthorized '403': $ref: ../response/operation.yaml#/components/responses/Forbidden '500': $ref: ../response/operation.yaml#/components/responses/InternalServerError