Closed slonoed closed 9 years ago
When trying to update issue with issues.update({ body: { severity: 'high' } }) validator show error. All fields must be optional on update
issues.update({ body: { severity: 'high' } })
When trying to update issue with
issues.update({ body: { severity: 'high' } })
validator show error. All fields must be optional on update