app.thesocialwire.operations.acknowledgeAlert

samclemente.me

Documentation

The Social Wire operator procedure acknowledgeAlert.

main procedure

The Social Wire operator procedure acknowledgeAlert.

Input

Encodingapplication/json
auditNote string Optional

No description available.

maxLength: 2000 bytes
environmentConfirmation string Optional

No description available.

maxLength: 32 bytes
expectedVersion integer Required

No description available.

minimum: 0
id string Required

No description available.

maxLength: 256 bytes
idempotencyKey string Required

No description available.

maxLength: 128 bytesminLength: 1 bytes

Output

Encodingapplication/json

Errors

InvalidRequest
Forbidden
Conflict
Unavailable
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "id",
        "idempotencyKey",
        "expectedVersion"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 256
        },
        "auditNote": {
          "type": "string",
          "maxLength": 2000
        },
        "idempotencyKey": {
          "type": "string",
          "maxLength": 128,
          "minLength": 1
        },
        "expectedVersion": {
          "type": "integer",
          "minimum": 0
        },
        "environmentConfirmation": {
          "type": "string",
          "maxLength": 32
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "Forbidden"
    },
    {
      "name": "Conflict"
    },
    {
      "name": "Unavailable"
    }
  ],
  "output": {
    "schema": {
      "ref": "app.thesocialwire.defs#jsonObject",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "The Social Wire operator procedure acknowledgeAlert."
}

Lexicon Garden

@