Hi @robert gama ,
Please use powershell to change the parameter for a try like below.
$jsonSubParameters=
'
{
"Id": "12c53503-8a9c-4bf3-a7fa-c906ce6c8830",
"ParameterValues": [
{
"Name": "Parameter1",
"Value": "test1",
"IsValueFieldReference": true
},
{
"Name": "Parameter2",
"Value": "test2",
"IsValueFieldReference": true
},
{
"Name": "Parameter3",
"Value": "test3",
"IsValueFieldReference": true
}
]
}
'
Invoke-RestMethod "http://reportserver/reports/api/v2.0/Subscriptions(12c53503-8a9c-4bf3-a7fa-c906ad6c8830)" -Method patch -body $jsonSubParameters -UseDefaultCredentials -ContentType 'application/json'
A tool for testing HTTP request/response messages is Fiddler. Fiddler is a free web debugging proxy that can intercept your REST requests, making it easy to diagnose the HTTP request/ response messages.
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
What can I do if my transaction log is full?--- Hot issues November
How to convert Profiler trace into a SQL Server table -- Hot issues November