Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Can't update form using patch #25

Open
@shawnCaza

Description

@shawnCaza

Following the docs, I can't get the following to work:

forms = Typeform('<api_key>').forms

result: str = forms.update('abc123', { 'title': 'Hello World, Again' }, patch=True)

I get a 'The payload is invalid.' error telling me it should be an array in body.

Without setting patch to true I did get a successful update.

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