Skip to content

chore(api/entities): Use a new prefix for jsonschema related routes

Aurélien Lubert requested to merge topic/0.2/0.2_revamp-route-url into branch/0.2
  • Since CubicWeb 3.29, GET requests do not respect the application/json mime type sent with the Accept header, causing application to retrieve an HTML output instead of formatted JSON output
  • Using the /jsonschema prefix ensure to retrieve JSON output without break any previous behavior

--HG-- branch : 0.2

Merge request reports