Update
Add
post/api/v1/apps/{app_id}/owners/{user_id}
Adds an owner to an app.
Path Parameters
app_idstring
The appId field.
user_idstring
The userId field.
Body Parameters
bodyunknown
optional
Empty request body. Just placeholder for the add app owner request which uses URL values for input.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/owners/$USER_ID \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{}