api.resources.temporary_tag
Create a temporary tag for use in other filtering API calls. Takes a list of reservable IDs as an argument and returns the tag as a string.
Arguments:
def api.resources.temporary_tag(
reservable_ids: [ <str> ] = None,
):
Returns a str
referring to the temporary tag.
Example:
temp_tag = api.resources.temporary_tag(
reservable_ids=["reservable_1_id", "reservable_2_id"])