Skip to main content

Update project

Update a project.

Path Parameters
    projectId string required
Request Body required
    name string nullable
    description string nullable
Responses

OK


Schema
    id string nullable
    name string nullable
    description string nullable
    createdByName string nullable
    createdUtc date-time
    price object
    totalPrice double
    currency string nullable
    samples object[] nullable
  • Array [
  • id string nullable
    name string nullable
    eTag string nullable
    status BuyerStatus

    Possible values: [Submitted, Accepted, Declined, Live, Paused, Cancelled, InReconciliation, Completed]

    price double nullable
    priceKey string nullable
  • ]
Loading...