You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/12 13:14:31 UTC

[GitHub] [pulsar] visortelle opened a new pull request, #16022: [fix][admin] Fix missing response type in swagger definitions

visortelle opened a new pull request, #16022:
URL: https://github.com/apache/pulsar/pull/16022

   - [x] `doc-not-needed`
   
   I noticed the missing response type when using the auto-generated client from swagger definitions.
   
   ⚠️ I'm not familiar with Java, so probably there is a better fix.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] merlimat merged pull request #16022: [fix][admin] Fix missing response type in swagger definitions

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #16022:
URL: https://github.com/apache/pulsar/pull/16022


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] visortelle commented on pull request #16022: [fix][admin] Fix missing response type in swagger definitions

Posted by GitBox <gi...@apache.org>.
visortelle commented on PR #16022:
URL: https://github.com/apache/pulsar/pull/16022#issuecomment-1153288217

   I noticed the same issue for `autoTopicCreation` endpoint. Its response type is `void`. 
   
   Probably there are more such endpoints.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org