Skip to content

Commit 70abfc6

Browse files
author
Renaud Amar
committed
Regenerate API v2 with latest published yaml
Main changes: - lots of docs changes - workday endpoints - enable following missing traversal endpoints: api/v2/systems/{systemID}/commands api/v2/systemgroups/{systemgroup_ID}/commands api/v2/users/{user_ID}/systemgroups api/v2/systems/{system_ID}/usergroups - misc cleanups
1 parent 202e6c9 commit 70abfc6

File tree

137 files changed

+20470
-3625
lines changed

Some content is hidden

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

137 files changed

+20470
-3625
lines changed

v2/.swagger-codegen/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0-SNAPSHOT
1+
2.3.1

v2/README.md

+145-93
Large diffs are not rendered by default.

v2/active_directory_api.go

+101-102
Large diffs are not rendered by default.

v2/active_directory_input.go

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
/*
1+
/*
22
* JumpCloud APIs
33
*
44
* V1 & V2 versions of JumpCloud's API. The next version of JumpCloud's API. This set of endpoints allows JumpCloud customers to manage objects, groupings and mappings. The most recent version of JumpCloud's API. This set of endpoints allows JumpCloud customers to manage objects, groupings and mappings.
55
*
6-
* OpenAPI spec version: 2.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
6+
* API version: 2.0
7+
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
98
*/
109

1110
package v2

v2/active_directory_output.go

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
/*
1+
/*
22
* JumpCloud APIs
33
*
44
* V1 & V2 versions of JumpCloud's API. The next version of JumpCloud's API. This set of endpoints allows JumpCloud customers to manage objects, groupings and mappings. The most recent version of JumpCloud's API. This set of endpoints allows JumpCloud customers to manage objects, groupings and mappings.
55
*
6-
* OpenAPI spec version: 2.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
6+
* API version: 2.0
7+
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
98
*/
109

1110
package v2

0 commit comments

Comments
 (0)