Update Workspace Info
URL
https://us-central1-ohyay-prod-d7acf.cloudfunctions.net/ohyayapi/update-workspace-info
Request Format
interface UpdateWorkspaceInfoRequest {
userId: string;
wsid: string;
tagsToAdd?: string[];
tagsToRemove?: string[];
}
Response Format
A 200 response code is returned when the request is successfully completed.
Updated over 2 years ago