curl --location --request PATCH 'http://dev-cn.your-api-server.com/packs/123' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceCodeVisibility": "private",
"logoAssetId": "string",
"coverAssetId": "string",
"name": "Cool Geometry Formulas",
"description": "This Pack allows users to calculate the surface area and volume of a few common 3D shapes, like cubes and pyramids.",
"shortDescription": "Calculate cool geometric formulas like surface area.",
"supportEmail": "user@email.com",
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string",
"overallRateLimit": {
"intervalSeconds": 3600,
"operationsPerInterval": 20
},
"perConnectionRateLimit": {
"intervalSeconds": 3600,
"operationsPerInterval": 20
},
"exampleImages": [
{
"assetId": "string",
"filename": "string",
"mimeType": "image/jpeg"
}
]
}'
{
"sourceCodeVisibility": "private",
"overallRateLimit": {
"intervalSeconds": 3600,
"operationsPerInterval": 20
},
"perConnectionRateLimit": {
"intervalSeconds": 3600,
"operationsPerInterval": 20
},
"featuredDocStatus": "docInaccessibleOrDoesNotExist",
"id": 1003,
"logoUrl": "string",
"coverUrl": "string",
"exampleImages": [
{
"filename": "string",
"imageUrl": "string",
"assetId": "string",
"altText": "string",
"mimeType": "image/jpeg"
}
],
"workspaceId": "ws-asdf",
"categories": [
{
"categoryId": "aBCdEFg",
"categoryName": "Project management",
"categorySlug": "project-management"
}
],
"certified": true,
"name": "Cool Geometry Formulas",
"description": "This Pack allows users to calculate the surface area and volume of a few common 3D shapes, like cubes and pyramids.",
"shortDescription": "Calculate cool geometric formulas like surface area.",
"supportEmail": "user@email.com",
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string"
}