Developers
API ReferenceProgress Stamp

Updates the ProgressStamp resource

PATCH
/project/progress-stamps/{id}

Updates the ProgressStamp resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

ProgressStamp identifier

Request Body

The updated ProgressStamp resource

TypeScript Definitions

Use the request body type in TypeScript.

description?|
Lengthlength <= 500

Response Body

curl -X PATCH "https://example.com/project/progress-stamps/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "project": "https://example.com/",  "createdBy": "https://example.com/",  "createdAt": "2019-08-24T14:15:22Z",  "stampData": [    "string"  ],  "size": 0,  "description": "string"}