@@ -44241,7 +44241,7 @@ components:
4424144241 x-doc-sections:
4424244242 - file-based
4424344243 EnterpriseStringMassOperation:
44244- description: 'A JSON Patch (222) operation as defined by [RFC 6902](https://tools.ietf.org/html/rfc6902#section-4)'
44244+ description: 'A JSON Patch operation as defined by [RFC 6902](https://tools.ietf.org/html/rfc6902#section-4)'
4424544245 required:
4424644246 - op
4424744247 - path
@@ -44257,15 +44257,6 @@ components:
4425744257 description: 'A JSON Pointer as defined by <a href="https://tools.ietf.org/html/rfc6901" target="_blank">RFC 6901</a>'
4425844258 type: string
4425944259 format: json-pointer
44260- enum:
44261- - '/{stringId}/identifier'
44262- - '/{stringId}/text'
44263- - '/{stringId}/context'
44264- - '/{stringId}/isHidden'
44265- - '/{stringId}/maxLength'
44266- - '/{stringId}/labelIds'
44267- - '/{stringId}/fields'
44268- example: '/{stringId}/isHidden'
4426944260 type: object
4427044261 discriminator:
4427144262 propertyName: op
@@ -44283,6 +44274,19 @@ components:
4428344274 $ref: '#/components/schemas/EnterpriseStringMassOperation'
4428444275 -
4428544276 properties:
44277+ path:
44278+ description: 'A JSON Pointer as defined by <a href="https://tools.ietf.org/html/rfc6901" target="_blank">RFC 6901</a>'
44279+ type: string
44280+ format: json-pointer
44281+ enum:
44282+ - '/{stringId}/identifier'
44283+ - '/{stringId}/text'
44284+ - '/{stringId}/context'
44285+ - '/{stringId}/isHidden'
44286+ - '/{stringId}/maxLength'
44287+ - '/{stringId}/labelIds'
44288+ - '/{stringId}/fields'
44289+ example: '/{stringId}/isHidden'
4428644290 value:
4428744291 example: true
4428844292 oneOf:
@@ -44318,6 +44322,12 @@ components:
4431844322 $ref: '#/components/schemas/EnterpriseStringMassOperation'
4431944323 -
4432044324 properties:
44325+ path:
44326+ description: 'A JSON Pointer as defined by <a href="https://tools.ietf.org/html/rfc6901" target="_blank">RFC 6901</a>'
44327+ type: string
44328+ format: json-pointer
44329+ enum:
44330+ - /-
4432144331 value:
4432244332 type: object
4432344333 EnterpriseStringPatch:
0 commit comments