<%= content_type.icon %> Modify a specific <%= content_type.name.downcase %>

Endpoint

POST /api/v1/<%= content_type.name.downcase.pluralize %>/<id>

Example call

Example response

{ "id": 1, "name": "Some <%= content_type.name %>", <% unless content_type.name == Universe.name %> "universe_id": 2, <% end %> "meta": { "created_at": "2020-02-01 08:24:20 UTC", "updated_at": "2020-02-09 06:57:12 UTC" }, "categories": { "Overview": { "fields": [ { "id": 123, "label": "Description", "value": "Some Description" }, { "id": 124, "label": "Another Field", "value": "Some other value" }, ... ], }, ... }, "references": [...] }