Skip to content

Error with file id type in $api->file('7eaed756-b0ac-4da3-8372-647f9aa5ac3c') #12

@kdelnogal

Description

@kdelnogal

When the id of a file is a string as a uuid, it gives an error because an integer value is expected:

Change in aAPI.php:

public function file(int $id): self

to

public function file(string $id): self

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions