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
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 the js-client to consume the API from a Node application.
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 the
js-client
to consume the API from a Node application.Sample response:
The text was updated successfully, but these errors were encountered: