Skip to main content
PATCH
/
api
/
external
/
bridge
/
{bridgeId}
/
row
/
{rowId}
/
status
Set Bridge Row Status
curl --request PATCH \
  --url https://dashboard.starbridge.ai/api/external/bridge/{bridgeId}/row/{rowId}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "rowId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "bridgeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "updatedAt": "<string>",
  "columns": {},
  "name": "<string>",
  "buyerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "organizerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "entity": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

HTTP Bearer Authentication

Path Parameters

bridgeId
string
required
rowId
string
required

Body

application/json

Bridge row status update

newStatus
enum<string>
required
Available options:
New,
Actioned,
Saved,
Attending,
Sponsoring,
Not Interested

Response

Bridge row status updated

rowId
string<uuid>
required

Unique identifier for the row

bridgeId
string<uuid>
required

UUID of the bridge this row belongs to

updatedAt
string
required

Timestamp when the row was last updated

status
enum<string>
required

Current processing status of the row

Available options:
NotProcessed,
Queued,
Processing,
Processed,
Failed,
Skipped
columns
object
required
name
string | null

Optional name or title of the row

buyerId
string<uuid> | null

UUID of the buyer associated with this row, if any

organizerId
string<uuid> | null

UUID of the conference organizer associated with this row, if any

entity
BridgeRowEntityRef · object

Reference to the underlying entity (id + type) this row represents, when available.