API ReferenceProgress Stamp
Updates the ProgressStamp resource
Updates the ProgressStamp resource
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
ProgressStamp identifier
The updated ProgressStamp resource
TypeScript Definitions
Use the request body type in TypeScript.
description?|
Length
length <= 500Response 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"}