IHTSDO/snowstorm

valuesets not supporting write operations

rajayeswanth opened this issue · 3 comments

url:- {{baseurl}}/ValuSet //for creating new valueset

response:-
status:- 401 unauthorised
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "forbidden",
"diagnostics": "Write operation not permitted."
}
]
}

are there any configurations that need to be changed to support write operations in the Snowstorm server?

Any help would be appreciated!

This should work unless Snowstorm is in read-only mode.
By default read-only is set to false meaning that writing is possible https://github.com/IHTSDO/snowstorm/blob/8.1.0/src/main/resources/application.properties#L17
I'm assuming you are using the latest, 8.1.0

Thanks for ur response @kaicode

I was just writing back when you closed the issue. I'll assume you have worked out the problem.
Just shout if there is anything else!