PatchRequestBody type
type PatchRequestBody =
| { condition?: string; operations: PatchOperation[] }
| PatchOperation[]
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
type PatchRequestBody =
| { condition?: string; operations: PatchOperation[] }
| PatchOperation[]