kittycad.api.users.update_user_shortlink
Functions
|
This endpoint requires authentication by any Zoo user. |
|
|
|
This endpoint requires authentication by any Zoo user. |
|
- async kittycad.api.users.update_user_shortlink.asyncio(key, body, *, client)[source][source]
This endpoint requires authentication by any Zoo user. It updates a shortlink for the user.
This endpoint really only allows you to change the
restrict_to_org
setting of a shortlink. Thus it is only useful for folks who are part of an org. If you are not part of an org, you will not be able to change therestrict_to_org
status.
- async kittycad.api.users.update_user_shortlink.asyncio_detailed(key, body, *, client)[source][source]
- kittycad.api.users.update_user_shortlink.sync(key, body, *, client)[source][source]
This endpoint requires authentication by any Zoo user. It updates a shortlink for the user.
This endpoint really only allows you to change the
restrict_to_org
setting of a shortlink. Thus it is only useful for folks who are part of an org. If you are not part of an org, you will not be able to change therestrict_to_org
status.