Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Find Query - Additional Parameters #29

@laspence

Description

@laspence

$params = array(
'id' => ???,
'video_fields' => 'id,name,shortDescription'
);

Only worked when i used the following code:
$params = array(
'video_id' => ???,
'video_fields' => 'id,name,shortDescription'
);

I had to change id to video_id

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions