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
Implemented pagination in all collection endpoints, e.g. getProjects, getCommitsByProject, getRootsByProjectCommit, getQueriesByProject, except for endpoints that return QueryResult collections, e.g. getQueryResultsByProjectIdQueryId, which will be addressed in a future release.
OpenAPI specification (PSM) has been updated accordingly.
This feature is experimental and, as such, is not reflected in the draft of the SysML v2 API specification document at time of release.
Added description attribute to Projects.
Updated to 2021-02 metamodel baseline.
Fixed
Addressed error that would occur when executing a PrimitiveQuery for the @type property.