You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reading the JSON response instead of XML response.
And I found a type of id is obtained integer.
Maybe id of executions should be integer instead of string.
And the following type of id is wrong too.
This is
integer
in the current spec file, but it should be updated tostring
to match the rest of the job endpoints that provide job ID.https://github.com/rundeck/rundeck-api-specs/blob/master/rundeck/job.yaml#L117
The text was updated successfully, but these errors were encountered: