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
Today, when invoking a function via faas-cli invoke, supplementary headers must be given as -H "Content-Type=application/json", however the syntax used by curl is more familiar: -H "Content-Type: application/json"