Swagger documentation for Content Server 10

Hi,

Can someone tell me where I can see the Swagger generated documentation for Content Server (or how I go about generating it). I'd hoped that by simply defining the url for content server with the api/v1 appended I would be able to see it, but alas not so. (BTW when I do call /api/v1 I get a JSON error of {"error":"Argument \u0022apiVersion\u0022 is required.","errors":[]}.

Just to clarify, I can see the documentation here on developer.opentext.com, but I want to see it locally on my internal content server instance.

I can see that this isn't the first time this has been asked for on this forum. I'd be grateful if we could do this.

Many thanks in advance,

Anthony

Tagged:

Comments

  • Hi,

    It's probably you are failing in the "Method" you are selecting.
    If everiything is right with this (you selected GET or POST properly) please be sure that the selected mime type is the correct one (form-urlencoded, form-data...)

    Regardas