Skip to main content
PUT
Update Proposal

Authorizations

X-API-Key
string
header
required

Path Parameters

proposal_id
string<uuid>
required

Body

application/json

Schema for updating a proposal.

name
string | null
clientName
string | null
clientLocation
string | null
currency
string | null
hourlyRate
requirements
Requirement · object[] | null
settings
Settings · object | null
status
string | null
total

Response

Successful Response

Schema for proposal response.

id
string<uuid>
required
userId
string<uuid>
required
name
string
required
clientName
string | null
required
clientLocation
string | null
required
currency
string
required
hourlyRate
string
required
requirements
Requirements · object[]
required
settings
Settings · object
required
status
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
teamId
string<uuid> | null
total
string | null
outcome
string | null
outcomeAt
string<date-time> | null
outcomeReason
string | null
outcomeNotes
string | null
outcomeValue
string | null
authorName
string | null