v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
project
v1

Partial Update Session Upload

patch/api/v1/project/upload-session/{uid}/

Path parameters

uidstring required

A UUID string identifying this upload session.

Request body

pkstring uuid
projectinteger nullable
created_byinteger nullable
created_datestring date-time
completedboolean nullable

Example request

{
  "project": 0,
  "pk": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "created_date": "2000-01-23T04:56:07.000+00:00",
  "completed": true,
  "created_by": 6
}

Response

pkstring uuid
projectinteger nullable
created_byinteger nullable
created_datestring date-time
completedboolean nullable

Example response

{
  "project": 0,
  "pk": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "created_date": "2000-01-23T04:56:07.000+00:00",
  "completed": true,
  "created_by": 6
}