Listing source in API

Is there a way to specify the source in the WMS API instead of always going to configuration utility and changing the source?

Sure it is, but you need to use Process API, not OGC. Find some example here:

(the “type” parameter)

Hi, I receive the following error when calling the above API:

{
“error”: {
“status”: 500,
“reason”: “Internal Server Error”,
“message”: “MessageBodyReader not found for media type=application/octet-stream, type=class io.jsonwebtoken.impl.DefaultClaims, genericType=class io.jsonwebtoken.impl.DefaultClaims.”,
“code”: “RENDERER_EXCEPTION”
}
}

Can you provide the actual API request?

I got the required solution, thanks.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.