Skip to content

Bug in project.files.create(file_body) #394

Closed
@ani-patel

Description

@ani-patel

Hi Team,

file_body = {
"file_path": "README.md",
"branch": "master",
"commit_message": "LOG-1234 Added Readme file"
}

project.files.create(file_body)

after this line if we print file_body it returns this:

file_body = {
"branch": "master",
"commit_message": "LOG-1234 Added Readme file"
}

The content of the file_body changes after going through project.files.create(file_body)

Can you look into this bug and not alter client request if possible?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions