API documentation incomplete: Create New State Bundle
http://confluence.jetbrains.com/display/YTD5/Create+New+State+Bundle
So I can see I have to
PUT http://localhost:8081/rest/admin/customfield/stateBundle
However the document doesn't tell me what to PUT! The sample also is not clear.
So I can see I have to
PUT http://localhost:8081/rest/admin/customfield/stateBundle
However the document doesn't tell me what to PUT! The sample also is not clear.
Please sign in to leave a comment.
Sorry for not responding earlier.
Thanks a lot for reporting this! We update our guide soon.
Meanwhile, please try
PUT /rest/admin/customfield/stateBundle/{bundleName}where bundleName is a parameter of a string type.
Let me know, if have need any assistance on this, I'll be happy to help.