> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Mythic_rpc_callback_update

> Update callback information



## AsyncAPI

````yaml mythic-docs/mythicrpc/mythicrpc-asyncapi.yaml mythic_rpc_callback_update
id: mythic_rpc_callback_update
title: Mythic_rpc_callback_update
description: Update callback information
servers:
  - id: development
    protocol: amqp
    host: mythic-rabbitmq:5672
    bindings: []
    variables: []
address: mythic_rpc_callback_update
parameters: []
bindings: []
operations:
  - &ref_2
    id: sendCallbackUpdate
    title: Send callback update
    description: Send callback update request
    type: send
    messages:
      - &ref_4
        id: CallbackUpdateRequest
        contentType: application/json
        payload:
          - name: Callback Update Request
            description: Update callback information
            type: object
            properties:
              - name: callback_id
                type: integer
                description: Callback database ID
                required: false
              - name: agent_callback_id
                type: string
                description: Agent callback UUID
                required: false
              - name: sleep_info
                type: string
                description: New sleep interval
                required: false
              - name: description
                type: string
                description: New description
                required: false
              - name: user
                type: string
                description: Updated user information
                required: false
              - name: host
                type: string
                description: Updated host information
                required: false
              - name: pid
                type: integer
                description: Updated process ID
                required: false
              - name: ip
                type: string
                description: Updated IP address
                required: false
        headers: []
        jsonPayloadSchema:
          type: object
          description: Update callback information
          properties:
            callback_id:
              type: integer
              description: Callback database ID
              default: 0
              x-parser-schema-id: <anonymous-schema-25>
            agent_callback_id:
              type: string
              format: uuid
              description: Agent callback UUID
              default: ''
              x-parser-schema-id: <anonymous-schema-26>
            sleep_info:
              type: string
              description: New sleep interval
              default: ''
              x-parser-schema-id: <anonymous-schema-27>
            description:
              type: string
              description: New description
              default: ''
              x-parser-schema-id: <anonymous-schema-28>
            user:
              type: string
              description: Updated user information
              default: ''
              x-parser-schema-id: <anonymous-schema-29>
            host:
              type: string
              description: Updated host information
              default: ''
              x-parser-schema-id: <anonymous-schema-30>
            pid:
              type: integer
              description: Updated process ID
              default: 0
              x-parser-schema-id: <anonymous-schema-31>
            ip:
              type: string
              description: Updated IP address
              default: ''
              x-parser-schema-id: <anonymous-schema-32>
          x-parser-schema-id: CallbackUpdatePayload
        title: Callback Update Request
        description: Update callback information
        example: |-
          {
            "callback_id": 123,
            "agent_callback_id": "<string>",
            "sleep_info": "<string>",
            "description": "<string>",
            "user": "<string>",
            "host": "<string>",
            "pid": 123,
            "ip": "<string>"
          }
        bindings: []
        extensions:
          - id: x-parser-unique-object-id
            value: CallbackUpdateRequest
    bindings: []
    extensions: &ref_0
      - id: x-parser-unique-object-id
        value: mythic_rpc_callback_update
  - &ref_1
    id: receiveCallbackUpdateResponse
    title: Receive callback update response
    description: Receive callback update response
    type: receive
    messages:
      - &ref_3
        id: CallbackUpdateResponse
        contentType: application/json
        payload:
          - name: Callback Update Response
            description: Response for callback update operation
            type: object
            properties:
              - name: success
                type: boolean
                description: Operation success status
                required: true
              - name: error
                type: string
                description: Error message if success is false
                required: false
        headers: []
        jsonPayloadSchema:
          type: object
          properties:
            success:
              type: boolean
              description: Operation success status
              default: true
              x-parser-schema-id: <anonymous-schema-3>
            error:
              type: string
              description: Error message if success is false
              default: ''
              x-parser-schema-id: <anonymous-schema-4>
          required:
            - success
          x-parser-schema-id: BaseResponsePayload
        title: Callback Update Response
        description: Response for callback update operation
        example: |-
          {
            "success": true,
            "error": "<string>"
          }
        bindings: []
        extensions:
          - id: x-parser-unique-object-id
            value: CallbackUpdateResponse
    bindings: []
    extensions: *ref_0
sendOperations:
  - *ref_1
receiveOperations:
  - *ref_2
sendMessages:
  - *ref_3
receiveMessages:
  - *ref_4
extensions:
  - id: x-parser-unique-object-id
    value: mythic_rpc_callback_update
securitySchemes: []

````