Skip to content

/v1/channel/conflicts/{id}

PATCH
/v1/channel/conflicts/{id}
curl --request PATCH \
--url http://localhost:8787/v1/channel/conflicts/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "status": "resolved_relocated" }'
id
required
string format: uuid
Media typeapplication/json
object
status
required
string
Allowed values: resolved_relocated resolved_cancelled

The conflict, now in the requested terminal state.

Media typeapplication/json
object
connectionId
required
string format: uuid
createdAt
required
string
endsAt
required
string
id
required
string format: uuid
inboundEvent
required
string
listingId
required
string format: uuid
reservationId
required
string format: uuid
resourceId
required
string format: uuid
startsAt
required
string
status
required
string
Allowed values: open resolved_relocated resolved_cancelled
Example
{
"status": "open"
}

No such channel conflict for this tenant.

Media typeapplication/problem+json
object
code
required
string
Allowed values: resource_not_found feed_token_not_found connection_not_found listing_already_mapped conflict_not_found invalid_cursor already_resolved
detail
required
string
status
required
number
title
required
string
type
required
string
Example
{
"code": "resource_not_found"
}

This conflict is already resolved (either terminal state) — no re-resolving.

Media typeapplication/problem+json
object
code
required
string
Allowed values: resource_not_found feed_token_not_found connection_not_found listing_already_mapped conflict_not_found invalid_cursor already_resolved
detail
required
string
status
required
number
title
required
string
type
required
string
Example
{
"code": "resource_not_found"
}