Help with Links #881
Unanswered
benfelstead
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an API with multiple endpoints, such as: Administrators and Groups.
The approach our devs took for linking/assigning an admin to a group was to perform the following:
POST - {BaseUrl}/Administrators({adminid})/$links/Groups
With the following payload: url = "{BaseUrl}/Groups({groupid})"
Perhaps i am missing something in the documentation for how to achieve this, but i cannot seem to figure how to formulate this request...... any help would be greatly appreciated.....
Beta Was this translation helpful? Give feedback.
All reactions