Developers
API ReferenceProject Numbering

Updates the ProjectNumbering resource.

PATCH
/project/project-numberings/{id}

Updates the ProjectNumbering resource.

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

ProjectNumbering identifier

Request Body

The updated ProjectNumbering resource

TypeScript Definitions

Use the request body type in TypeScript.

name?string
Lengthlength <= 50
pattern?string
Lengthlength <= 100
counterPadLength?integer
Range0 <= value <= 6
counterNextValue?|
Range0 <= value
counterInterval?|

Value in

  • "P1M"
  • "P1Y"
isDefault?boolean
Defaultfalse

Response Body

curl -X PATCH "https://example.com/project/project-numberings/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "pattern": "string",  "counterPadLength": 0,  "counterNextValue": 0,  "counterInterval": "P1M",  "isDefault": true}