Adding a reference to a remote model #208
Replies: 2 comments 3 replies
-
Hi @aparedes1204, |
Beta Was this translation helpful? Give feedback.
3 replies
-
Please reopen if issue still persists |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working with the ModelServer REST API and I'm having some issues adding a reference to another model. I've been following the solution provided in another similar discussion, however it didn't work for me.
I have the following models:
modelServerTestLibraryJSON.mlib
modelServerTestUsersJSON.muser
Now, I'm tryng to add a new referenced user to the modelServerTestLibraryJSON.milb model with the following JSON Patch
The request doesn't rise any errors, however this is the response:
My guess is that the issue must be with the
$ref
field of the JSON Patch but I've try using different variations and examples that I found online and none worked.I hope someone can help me with this, thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions