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
* Reject the action request with an error message.
48
+
* This will cause the API to return a 400 error response.
49
+
* @param message Error message to return to the client
50
+
*/
51
+
rejectRequest(message: string): void
52
+
46
53
/** Misc actions */
47
54
// updateAction(newManifest: Pick<IBlueprintAdLibActionManifest, 'description' | 'payload'>): void // only updates itself. to allow for the next one to do something different
0 commit comments