Update Organization Offering (v0.0.1)
Command that will update organization offering
Overview
The s command is issued to update organization offering.
Architecture diagram
Payload example
{}Schema
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AddTeamCommand", "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier of the team being added to the organization." } }, "required": [ "id" ], "additionalProperties": true}