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
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Hi, we have a feature that depends on knowing whether or not a deploy was a draft. The listSiteDeploysdocs for the api state that the draft property would be sent in the response, but our responses from the API are lacking that property.
We are using this client to consume the API from a Node application. I also created an issue in the API repo in case it's not something on this client's side.
Hi, we have a feature that depends on knowing whether or not a deploy was a draft. The
listSiteDeploys
docs for the api state that thedraft
property would be sent in the response, but our responses from the API are lacking that property.We are using this client to consume the API from a Node application. I also created an issue in the API repo in case it's not something on this client's side.
Sample response:
BUG REPORT INFORMATION
- Do you want to request a feature or report a bug?
This is a bug.
- What is the current behavior?
The
draft
property is not being returned in thelistSiteDeploys
endpoint.- If the current behavior is a bug, please provide the steps to reproduce.
- What is the expected behavior?
draft
property should be in the returned object.- Please mention your node.js, and operating system version.
Node: v15.14.0
OS: MacOS 12.0.1
The text was updated successfully, but these errors were encountered: