Developers
API ReferenceRisk Type

Replaces the RiskType resource

PUT
/project/risk-types/{id}

Replaces the RiskType resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

RiskType identifier

Request Body

The updated RiskType resource

TypeScript Definitions

Use the request body type in TypeScript.

name*string
Lengthlength <= 100

Response Body

curl -X PUT "https://example.com/project/risk-types/string" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string"}