breaux
12 years agoContributor
[Resolved] Multiple REST Requests, different parameters
I can only assume there's something I'm fundamentally misunderstanding about the UI here. Haven't not read through manuals or anything, I created a REST project and am trying to create multiple requests with different parameters and values, but when I change any one request's parameters, all of them change
Under my Project, I have a REST Service, which has a Resource.
Under that Resource, I have a Method for POST.
Under POST, I have multiple Requests with Request Parameters.
Several parameters are optional, so I want one Request with one subset of them, and some specific values, and another with the same subset but different values, and another with a different subset of parameters, etc, etc.
But when I create these multiple Requests and change parameters for one of them, they change for all of them. What am I missing?
Under my Project, I have a REST Service, which has a Resource.
Under that Resource, I have a Method for POST.
Under POST, I have multiple Requests with Request Parameters.
Several parameters are optional, so I want one Request with one subset of them, and some specific values, and another with the same subset but different values, and another with a different subset of parameters, etc, etc.
But when I create these multiple Requests and change parameters for one of them, they change for all of them. What am I missing?