According to the TM Forum Specification of REST API Design Guidelines Part 1 in Chapter 5. Modify resources patterns it is mentioned that the modification of list based attributes can be performed using JSON PATCH as per RFC6902 and application/json-patch+json. When JSON PATCH is used the Content-Type MUST be set to Content-Type: application/json-patch+json and the directives for changing, adding and removing array elements follow the directives stated in the JSON PATCH specification. The structure of this type of JSON document includes the field "op" that is the action to take. The following operations are supported: Add, Remove, Replace, Copy, Move and Test. Is there an Open API that considers in its specification the scenario of using JSON PATCH as per RFC6902 and application/json-patch+json?
------------------------------
Marisol Claudia Nuñez Wagner
TELEFONICA
------------------------------