Update Pricing Policy Attachment

Update an existing pricing policy attachment.

put
Path parameters
pricingPolicyIdstringRequired
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
namestringOptional
typestringOptional
sizeinteger · int32 | nullableOptional
descriptionstringOptional
fileNamestringOptional
contentTypestringOptional
statusstringOptional
Responses
204

No Content

No content

put
/public/v1/catalog/pricing-policies/{pricingPolicyId}/attachments/{id}
PUT /public/v1/catalog/pricing-policies/{pricingPolicyId}/attachments/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 607

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-11-06T14:34:46.121Z",
      "by": {
        "0": "[",
        "1": "C",
        "2": "i",
        "3": "r",
        "4": "c",
        "5": "u",
        "6": "l",
        "7": "a",
        "8": "r",
        "9": " ",
        "10": "R",
        "11": "e",
        "12": "f",
        "13": "e",
        "14": "r",
        "15": "e",
        "16": "n",
        "17": "c",
        "18": "e",
        "19": "]"
      }
    },
    "updated": {
      "at": "2025-11-06T14:34:46.121Z",
      "by": {
        "0": "[",
        "1": "C",
        "2": "i",
        "3": "r",
        "4": "c",
        "5": "u",
        "6": "l",
        "7": "a",
        "8": "r",
        "9": " ",
        "10": "R",
        "11": "e",
        "12": "f",
        "13": "e",
        "14": "r",
        "15": "e",
        "16": "n",
        "17": "c",
        "18": "e",
        "19": "]"
      }
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "type": "text",
  "size": 1,
  "description": "text",
  "fileName": "text",
  "contentType": "text",
  "status": "text"
}

No content

Last updated

Was this helpful?