smplkit 3.0.132 → 3.0.133

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b949ca8853996a6f2963a8d281f7d9c78b1ffd076d8bdf592c01ba8b536af7fe
4
- data.tar.gz: ae9880e7ed0b32619b88edbdaf45a9755d657c53b2dae211164e394cad33d27b
3
+ metadata.gz: cb735320cad6cc35e02d16ba48a6a95b307b5befd743f0971511a719c92cc376
4
+ data.tar.gz: d49318a508cb0f2ebd7387bc1ee3c201c491df7bf18a2177d7dd69cdf03d631b
5
5
  SHA512:
6
- metadata.gz: 8ae977dfa3241a4f325ff0c86c60e917ff26c412b889408eddbf8bc39f1dc6c525a3238dc70917364828e04b68424b953b4a1c4f64e8cdcd2ba13aeaec017144
7
- data.tar.gz: 77bf283d211b3fe647c0ec00f59f928b8727b780cc101aeecae68a4e7979c740d258f94b35ea60fd33d6a88f0b759183f4ed8e8cd230fdabd15a231c15c471b0
6
+ metadata.gz: 3ae89d87c1e2c1df13c09adead2ead58f590e2f8d0a58324772aa56c655962686aa492e592f8c614eae5840cbe77af389703970ebcf802b1c0822de43f362861
7
+ data.tar.gz: 60844a59a76a58e7917690e145d4432cc7082231ffd409161c6880a38676dd8fa0e58527244f08387d5a5ce46482f465c4b82cdfa3b2bd934472039e23f047a9
@@ -20,7 +20,7 @@ module SmplkitGeneratedClient::App
20
20
  @api_client = api_client
21
21
  end
22
22
  # Create Group
23
- # Create an Environment Access Group. The caller provides the group id (a snake-case key, unique within the account) in the request body. The id is immutable thereafter. Returns `409` if a group with that id already exists, or `422` if `managed_environments` is not exactly `['*']` or a subset of the account's standard environment keys.
23
+ # Create an Environment Access Group. The caller provides the group id (a kebab-case key, unique within the account) in the request body. The id is immutable thereafter. Returns `409` if a group with that id already exists, or `422` if `managed_environments` is not exactly `['*']` or a subset of the account's standard environment keys.
24
24
  # @param group_create_request [GroupCreateRequest]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [GroupResponse]
@@ -30,7 +30,7 @@ module SmplkitGeneratedClient::App
30
30
  end
31
31
 
32
32
  # Create Group
33
- # Create an Environment Access Group. The caller provides the group id (a snake-case key, unique within the account) in the request body. The id is immutable thereafter. Returns `409` if a group with that id already exists, or `422` if `managed_environments` is not exactly `['*']` or a subset of the account's standard environment keys.
33
+ # Create an Environment Access Group. The caller provides the group id (a kebab-case key, unique within the account) in the request body. The id is immutable thereafter. Returns `409` if a group with that id already exists, or `422` if `managed_environments` is not exactly `['*']` or a subset of the account's standard environment keys.
34
34
  # @param group_create_request [GroupCreateRequest]
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(GroupResponse, Integer, Hash)>] GroupResponse data, response status code and response headers
@@ -34,7 +34,7 @@ describe 'GroupsApi' do
34
34
 
35
35
  # unit tests for create_group
36
36
  # Create Group
37
- # Create an Environment Access Group. The caller provides the group id (a snake-case key, unique within the account) in the request body. The id is immutable thereafter. Returns &#x60;409&#x60; if a group with that id already exists, or &#x60;422&#x60; if &#x60;managed_environments&#x60; is not exactly &#x60;[&#39;*&#39;]&#x60; or a subset of the account&#39;s standard environment keys.
37
+ # Create an Environment Access Group. The caller provides the group id (a kebab-case key, unique within the account) in the request body. The id is immutable thereafter. Returns &#x60;409&#x60; if a group with that id already exists, or &#x60;422&#x60; if &#x60;managed_environments&#x60; is not exactly &#x60;[&#39;*&#39;]&#x60; or a subset of the account&#39;s standard environment keys.
38
38
  # @param group_create_request
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [GroupResponse]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smplkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.132
4
+ version: 3.0.133
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC