Skip to content

Commit f55d4da

Browse files
committed
Merge branch 'release/2021-06'
2 parents ab44377 + c842d9a commit f55d4da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+503
-416
lines changed

api/openapi.yaml

Lines changed: 134 additions & 47 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'java'
44

55
group = 'org.omg.sysml'
6-
version = '2021-05'
6+
version = '2021-06'
77

88
buildscript {
99
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "org.omg.sysml",
44
name := "sysml-v2-api-client",
5-
version := "2021-05",
5+
version := "2021-06",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/Branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**atId** | [**UUID**](UUID.md) | | [optional]
910
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
1011
**head** | [**BranchHead**](BranchHead.md) | | [optional]
1112
**owningProject** | [**BranchOwningProject**](BranchOwningProject.md) | | [optional]
12-
**id** | [**UUID**](UUID.md) | | [optional]
1313
**name** | **String** | | [optional]
1414

1515

docs/BranchApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ No authorization required
6868
### HTTP request headers
6969

7070
- **Content-Type**: Not defined
71-
- **Accept**: application/json
71+
- **Accept**: application/json, application/ld+json
7272

7373
### HTTP response details
7474
| Status code | Description | Response headers |
@@ -134,7 +134,7 @@ No authorization required
134134
### HTTP request headers
135135

136136
- **Content-Type**: Not defined
137-
- **Accept**: application/json
137+
- **Accept**: application/json, application/ld+json
138138

139139
### HTTP response details
140140
| Status code | Description | Response headers |
@@ -200,7 +200,7 @@ No authorization required
200200
### HTTP request headers
201201

202202
- **Content-Type**: application/json
203-
- **Accept**: application/json
203+
- **Accept**: application/json, application/ld+json
204204

205205
### HTTP response details
206206
| Status code | Description | Response headers |

docs/BranchHead.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Commit
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**id** | [**UUID**](UUID.md) | | [optional]
10+
**atId** | [**UUID**](UUID.md) | | [optional]
1111

1212

1313

docs/BranchOwningProject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**id** | [**UUID**](UUID.md) | | [optional]
10+
**atId** | [**UUID**](UUID.md) | | [optional]
1111

1212

1313

docs/Commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**atId** | [**UUID**](UUID.md) | | [optional]
910
**atType** | [**AtTypeEnum**](#AtTypeEnum) | | [optional]
1011
**change** | [**List<ElementVersion>**](ElementVersion.md) | | [optional]
1112
**owningProject** | [**BranchOwningProject**](BranchOwningProject.md) | | [optional]
12-
**id** | [**UUID**](UUID.md) | | [optional]
1313
**previousCommit** | [**BranchHead**](BranchHead.md) | | [optional]
1414

1515

docs/CommitApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ No authorization required
6464
### HTTP request headers
6565

6666
- **Content-Type**: Not defined
67-
- **Accept**: application/json
67+
- **Accept**: application/json, application/ld+json
6868

6969
### HTTP response details
7070
| Status code | Description | Response headers |
@@ -134,7 +134,7 @@ No authorization required
134134
### HTTP request headers
135135

136136
- **Content-Type**: Not defined
137-
- **Accept**: application/json
137+
- **Accept**: application/json, application/ld+json
138138

139139
### HTTP response details
140140
| Status code | Description | Response headers |
@@ -202,7 +202,7 @@ No authorization required
202202
### HTTP request headers
203203

204204
- **Content-Type**: application/json
205-
- **Accept**: application/json
205+
- **Accept**: application/json, application/ld+json
206206

207207
### HTTP response details
208208
| Status code | Description | Response headers |

docs/Element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9-
**atType** | **String** | | [optional]
109
**atId** | [**UUID**](UUID.md) | | [optional]
10+
**atType** | **String** | | [optional]
1111
**identifier** | [**UUID**](UUID.md) | | [optional]
1212

1313

0 commit comments

Comments
 (0)