Portal
org.sagebionetworks.repo.model.portals.Portal
JSON schema for a Synapse Portal.
| Field | Type | Description |
|---|---|---|
| id | STRING | The unique ID issued for this Portal. Generated by Synapse |
| etag | STRING | For Optimistic Concurrency Control (OCC). |
| name | STRING | The name of the portal, must be unique. |
| url | STRING | The base URL of the portal, must be unique. |
| createdBy | STRING | The ID of the user that created the portal. |
| createdOn | STRING | The date time this Portal was first created |
| modifiedBy | STRING | The ID of the user that updated the portal. |
| modifiedOn | STRING | The date time this POrtal was last updated. |