Podio API Documentation

Reminders: Snooze Reminder

POST /reminder/{ref_type}/{ref_id}/snooze

Snoozes the reminder for 10 minutes

Usage
PHP Client
PodioReminder.php
PodioReminder::snooze( $ref_type, $ref_id );
Ruby Gem
reminder.rb
Podio::Reminder.snooze( ref_type, ref_id )
Parameters
ref_type*
Required.
ref_id*
Required.
reminder_id

id of the reminder

Sandbox

The sandbox only handles GET operations for now.