is it possible to define multiple charset in the content type of a REST call in Swagger?
I'm trying to describe a call like this. The issue I run into is that the charset that is returned is the charset of the DB. And we have some DB that for historical reasons are not on the UTF-8 encoding yet. Is it possible to describe this in a way that both the headers Content-type: application/Json; charset=UTF-8 and Content-type: application/Json; charset= iso-8859-1 are considered valid answers?SolvedHow can I resolve "content for version #x is not available" when content exists on server?
Hello world, When trying to view a diff, I'm seeing an error message: Content for version #4 is not available - it was probably archived by your administrator. (Content MD5: 0b5cc2fd6db3e718e772f17fa4ed0ce7) As an administrator, I can verify that no one intentionally archived that file. What's more, is that I can still find the contents of the diff at [CacheRootLocation]/0b/5c/0b5cc2fd6db3e718e772f17fa4ed0ce7. Has anyone experienced this issue before? Does anyone know how I could resolve this? I've tried restarting the server; deleting the file and restarting the server; and restoring the file and restarting the server. This is happening for other files in the same review and for all the files in a few other reviews as well. I doubt it's related, but we renewed our license between the time when those reviews were created and now when we're trying to view the diffs. Thanks for any help! Best, ~Chris1.6KViews1like1CommentCan I change my assertion 'contains' value based on a value in my data source?
I have a datasource. This datasource wouild have a number of rows each representing a different test. Certain values should drive a result of say, true/false I planned on using the datasource loop to loop through my data so I didn't have to build 100 requests. Can my assertion 'contains' be driven from the request data (coming from the datasource). Req1 should have a result of true req2 should have a result of false etc. EDIT: I tried adding a property to my datasource 'resStatus' in my example and using the reference : ${DataSource#resStatus} but it doesn't resolve See screenshotSolved1.4KViews0likes1Comment