Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix parameter name
  • Loading branch information
asonnenschein committed Nov 12, 2025
commit e57b6e2a7a3b69d8b9b425dba5c3ec9a8c087206
2 changes: 1 addition & 1 deletion planet/subscription_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def destination(destination_ref: str,
"""Specify a Destinations API destination by its ref.

Parameters:
destination_id: The ID of the destination to deliver to.
destination_ref: The ID of the destination to deliver to.
"""
parameters: Dict[str, Any] = {"ref": destination_ref}

Expand Down