epugh commented on PR #4452:
URL: https://github.com/apache/solr/pull/4452#issuecomment-5049397563

   @jaykay12 I just pushed up some new docs to cover the changes.   When I 
looked at the docs, I wondered if for v2 if there was a bit more cleanup of the 
shape of our responses in v2....   
   
   Here is what a group of `configSet`'s look like: 
   <img width="839" height="453" alt="image" 
src="https://github.com/user-attachments/assets/57c06fd1-b05d-416f-b68a-5dce26d743dd";
 />
   
   We have the verbose, left over from V1, `taskLists` term...    I think that 
when we list out a bunch of tasks, the json should be:
   
   `tasks:[]` instead of `taskList:[]`.
   
   And when we list out the status, instead of `taskStatus` it should just be 
`status`.
   
   And of course, `taskQuery` should just be `query`.
   
   And then finally, I guess we should change `taskID` to just plain old `id`?
   
   THoughts?    I think that would be much less verbose, and honestly probably 
lays out a pattern that should be used in all the V2 api reponsoses.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to