Updated_Events::READ_args()
Source
File: src/Common/Event_Automator/Zapier/REST/V1/Endpoints/Updated_Events.php
public function READ_args() {
return [
'access_token' => [
'required' => true,
'validate_callback' => [ $this, 'sanitize_callback' ],
'type' => 'string',
'description' => _x( 'The access token to authorize Zapier connection.', 'Description for the Zapier Updated Event REST endpoint required parameter.', 'event-automator' ),
],
];
}