ibm-quantum / Hub-Automation

Apache License 2.0
9 stars 5 forks source link

Update edit_group and edit_project to include new 'priority' api data parameter and update relevant documentation #11

Closed Matt-Stypulkoski closed 2 years ago

Matt-Stypulkoski commented 2 years ago

The new fair share changes introduced a new data parameter for the endpoints for adding groups and projects. You now need to include a "priority" data value when creating groups and projects. This PR updates the relevant files' api calls to include this data parameter.

The README was also updated to include this new parameter.