Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Curl command to run

Code Block
curl -L -X POSTPATCH '{{host}}/object/category/definition/v4/update/obj-cat:course_collection_all' \
-H 'Content-Type: application/json' \
--data-raw '{
  "request": {
    
  }
}'

...