feat: update_metaにserver_rules引数を追加

pull/82/head
yupix 1 year ago
parent c1e09129a6
commit 2ef06fe850
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -258,3 +258,4 @@ class IUpdateMetaBody(TypedDict, total=False):
object_storage_use_proxy: bool
object_storage_set_public_read: bool
object_storage_s3_force_path_style: bool
server_rules: NotRequired[list[str]] # v13.11.3以降のバージョンから追加。その場合は使わないとエラー出るかも

Loading…
Cancel
Save