Skip to content

v5.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 00:10
· 24 commits to master since this release

BEFORE:

    api_response = projects_api_instance.add_custom_field_setting_for_project(body, project_gid)

AFTER:

    api_response = projects_api_instance.add_custom_field_setting_for_project(body, project_gid, opts)