App Owner
Add
Adds an owner to an app.
post/api/v1/apps/{app_id}/owners/{user_id}
Path parameters
app_idstring required
The appId field.
user_idstring required
The userId field.
Request body
C1ApiAppV1AddAppOwnerRequestInput required
Empty request body. Just placeholder for the add app owner request which uses URL values for input.
Response
Empty response with a status code indicating success
C1ApiAppV1AddAppOwnerResponse required
Empty response with a status code indicating success
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○