Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meraki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
from meraki._version import __version__ # noqa: F401
from datetime import datetime

__api_version__ = "1.69.0"
__api_version__ = "1.70.0"

__all__ = [
"APIError",
Expand Down
2 changes: 1 addition & 1 deletion meraki/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.2"
__version__ = "3.1.0"
2 changes: 1 addition & 1 deletion meraki/aio/api/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def clipDeviceCamera(self, serial: str, startTimestamp: str, endTimestamp: str,
- serial (string): Serial
- startTimestamp (string): The start time for the clip. The timestamp is expected to be in ISO 8601 format.
- endTimestamp (string): The end time for the clip. The timestamp is expected to be in ISO 8601 format.
- imagerId (integer): For multi-imager cameras, the imager ID to query. Defaults to '1' if omitted.
- imagerId (integer): The imager ID to query. Required for multi-imager cameras (must be between 1 and the imager count). For single-imager cameras, must be omitted or set to 0.
"""

kwargs.update(locals())
Expand Down
2 changes: 1 addition & 1 deletion meraki/api/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def clipDeviceCamera(self, serial: str, startTimestamp: str, endTimestamp: str,
- serial (string): Serial
- startTimestamp (string): The start time for the clip. The timestamp is expected to be in ISO 8601 format.
- endTimestamp (string): The end time for the clip. The timestamp is expected to be in ISO 8601 format.
- imagerId (integer): For multi-imager cameras, the imager ID to query. Defaults to '1' if omitted.
- imagerId (integer): The imager ID to query. Required for multi-imager cameras (must be between 1 and the imager count). For single-imager cameras, must be omitted or set to 0.
"""

kwargs.update(locals())
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "meraki"
version = "3.0.2"
version = "3.1.0"
description = "Cisco Meraki Dashboard API library"
authors = [
{name = "Cisco Meraki", email = "api-feedback@meraki.net"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading