Update api spec (#293)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cde3af8385
commit
d5448c9e2f
9
kittycad/models/update_shortlink_request.py
Normal file
9
kittycad/models/update_shortlink_request.py
Normal file
@ -0,0 +1,9 @@
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
|
||||
class UpdateShortlinkRequest(BaseModel):
|
||||
"""Request to update a shortlink."""
|
||||
|
||||
restrict_to_org: bool
|
||||
|
||||
model_config = ConfigDict(protected_namespaces=())
|
Reference in New Issue
Block a user