Skip to content

Commit 8b5fbcd

Browse files
committed
generated from new openapi.yml
1 parent 5fbdfb1 commit 8b5fbcd

Some content is hidden

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

42 files changed

+810
-182
lines changed

docs/apis/tags/AttributesApi.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a name="__pageTop"></a>
22
# phasetwo.apis.tags.attributes_api.AttributesApi
33

4-
All URIs are relative to *https://app.phasetwo.io/auth/realms*
4+
All URIs are relative to *https://app.phasetwo.io/realms*
55

66
Method | HTTP request | Description
77
------------- | ------------- | -------------
@@ -25,10 +25,10 @@ import phasetwo
2525
from phasetwo.apis.tags import attributes_api
2626
from phasetwo.model.realm_attribute_representation import RealmAttributeRepresentation
2727
from pprint import pprint
28-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
28+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
2929
# See configuration.py for a list of all supported configuration parameters.
3030
configuration = phasetwo.Configuration(
31-
host = "https://app.phasetwo.io/auth/realms"
31+
host = "https://app.phasetwo.io/realms"
3232
)
3333

3434
# The client must configure the authentication and authorization parameters
@@ -137,10 +137,10 @@ Delete the realm attribute
137137
import phasetwo
138138
from phasetwo.apis.tags import attributes_api
139139
from pprint import pprint
140-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
140+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
141141
# See configuration.py for a list of all supported configuration parameters.
142142
configuration = phasetwo.Configuration(
143-
host = "https://app.phasetwo.io/auth/realms"
143+
host = "https://app.phasetwo.io/realms"
144144
)
145145

146146
# The client must configure the authentication and authorization parameters
@@ -243,10 +243,10 @@ import phasetwo
243243
from phasetwo.apis.tags import attributes_api
244244
from phasetwo.model.realm_attribute_representation import RealmAttributeRepresentation
245245
from pprint import pprint
246-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
246+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
247247
# See configuration.py for a list of all supported configuration parameters.
248248
configuration = phasetwo.Configuration(
249-
host = "https://app.phasetwo.io/auth/realms"
249+
host = "https://app.phasetwo.io/realms"
250250
)
251251

252252
# The client must configure the authentication and authorization parameters
@@ -359,10 +359,10 @@ import phasetwo
359359
from phasetwo.apis.tags import attributes_api
360360
from phasetwo.model.keyed_realm_attribute_representation import KeyedRealmAttributeRepresentation
361361
from pprint import pprint
362-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
362+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
363363
# See configuration.py for a list of all supported configuration parameters.
364364
configuration = phasetwo.Configuration(
365-
host = "https://app.phasetwo.io/auth/realms"
365+
host = "https://app.phasetwo.io/realms"
366366
)
367367

368368
# The client must configure the authentication and authorization parameters
@@ -462,10 +462,10 @@ import phasetwo
462462
from phasetwo.apis.tags import attributes_api
463463
from phasetwo.model.realm_attribute_representation import RealmAttributeRepresentation
464464
from pprint import pprint
465-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
465+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
466466
# See configuration.py for a list of all supported configuration parameters.
467467
configuration = phasetwo.Configuration(
468-
host = "https://app.phasetwo.io/auth/realms"
468+
host = "https://app.phasetwo.io/realms"
469469
)
470470

471471
# The client must configure the authentication and authorization parameters

docs/apis/tags/EventsApi.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a name="__pageTop"></a>
22
# phasetwo.apis.tags.events_api.EventsApi
33

4-
All URIs are relative to *https://app.phasetwo.io/auth/realms*
4+
All URIs are relative to *https://app.phasetwo.io/realms*
55

66
Method | HTTP request | Description
77
------------- | ------------- | -------------
@@ -26,10 +26,10 @@ import phasetwo
2626
from phasetwo.apis.tags import events_api
2727
from phasetwo.model.event_representation import EventRepresentation
2828
from pprint import pprint
29-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
29+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
3030
# See configuration.py for a list of all supported configuration parameters.
3131
configuration = phasetwo.Configuration(
32-
host = "https://app.phasetwo.io/auth/realms"
32+
host = "https://app.phasetwo.io/realms"
3333
)
3434

3535
# The client must configure the authentication and authorization parameters
@@ -171,10 +171,10 @@ import phasetwo
171171
from phasetwo.apis.tags import events_api
172172
from phasetwo.model.webhook_representation import WebhookRepresentation
173173
from pprint import pprint
174-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
174+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
175175
# See configuration.py for a list of all supported configuration parameters.
176176
configuration = phasetwo.Configuration(
177-
host = "https://app.phasetwo.io/auth/realms"
177+
host = "https://app.phasetwo.io/realms"
178178
)
179179

180180
# The client must configure the authentication and authorization parameters
@@ -291,10 +291,10 @@ Delete the webhook
291291
import phasetwo
292292
from phasetwo.apis.tags import events_api
293293
from pprint import pprint
294-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
294+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
295295
# See configuration.py for a list of all supported configuration parameters.
296296
configuration = phasetwo.Configuration(
297-
host = "https://app.phasetwo.io/auth/realms"
297+
host = "https://app.phasetwo.io/realms"
298298
)
299299

300300
# The client must configure the authentication and authorization parameters
@@ -397,10 +397,10 @@ import phasetwo
397397
from phasetwo.apis.tags import events_api
398398
from phasetwo.model.webhook_representation import WebhookRepresentation
399399
from pprint import pprint
400-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
400+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
401401
# See configuration.py for a list of all supported configuration parameters.
402402
configuration = phasetwo.Configuration(
403-
host = "https://app.phasetwo.io/auth/realms"
403+
host = "https://app.phasetwo.io/realms"
404404
)
405405

406406
# The client must configure the authentication and authorization parameters
@@ -513,10 +513,10 @@ import phasetwo
513513
from phasetwo.apis.tags import events_api
514514
from phasetwo.model.webhook_representation import WebhookRepresentation
515515
from pprint import pprint
516-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
516+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
517517
# See configuration.py for a list of all supported configuration parameters.
518518
configuration = phasetwo.Configuration(
519-
host = "https://app.phasetwo.io/auth/realms"
519+
host = "https://app.phasetwo.io/realms"
520520
)
521521

522522
# The client must configure the authentication and authorization parameters
@@ -616,10 +616,10 @@ import phasetwo
616616
from phasetwo.apis.tags import events_api
617617
from phasetwo.model.webhook_representation import WebhookRepresentation
618618
from pprint import pprint
619-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
619+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
620620
# See configuration.py for a list of all supported configuration parameters.
621621
configuration = phasetwo.Configuration(
622-
host = "https://app.phasetwo.io/auth/realms"
622+
host = "https://app.phasetwo.io/realms"
623623
)
624624

625625
# The client must configure the authentication and authorization parameters

docs/apis/tags/IdentityProvidersApi.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a name="__pageTop"></a>
22
# phasetwo.apis.tags.identity_providers_api.IdentityProvidersApi
33

4-
All URIs are relative to *https://app.phasetwo.io/auth/realms*
4+
All URIs are relative to *https://app.phasetwo.io/realms*
55

66
Method | HTTP request | Description
77
------------- | ------------- | -------------
@@ -31,10 +31,10 @@ import phasetwo
3131
from phasetwo.apis.tags import identity_providers_api
3232
from phasetwo.model.identity_provider_mapper_representation import IdentityProviderMapperRepresentation
3333
from pprint import pprint
34-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
34+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
3535
# See configuration.py for a list of all supported configuration parameters.
3636
configuration = phasetwo.Configuration(
37-
host = "https://app.phasetwo.io/auth/realms"
37+
host = "https://app.phasetwo.io/realms"
3838
)
3939

4040
# The client must configure the authentication and authorization parameters
@@ -156,10 +156,10 @@ import phasetwo
156156
from phasetwo.apis.tags import identity_providers_api
157157
from phasetwo.model.identity_provider_representation import IdentityProviderRepresentation
158158
from pprint import pprint
159-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
159+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
160160
# See configuration.py for a list of all supported configuration parameters.
161161
configuration = phasetwo.Configuration(
162-
host = "https://app.phasetwo.io/auth/realms"
162+
host = "https://app.phasetwo.io/realms"
163163
)
164164

165165
# The client must configure the authentication and authorization parameters
@@ -278,10 +278,10 @@ Delete the identity provider
278278
import phasetwo
279279
from phasetwo.apis.tags import identity_providers_api
280280
from pprint import pprint
281-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
281+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
282282
# See configuration.py for a list of all supported configuration parameters.
283283
configuration = phasetwo.Configuration(
284-
host = "https://app.phasetwo.io/auth/realms"
284+
host = "https://app.phasetwo.io/realms"
285285
)
286286

287287
# The client must configure the authentication and authorization parameters
@@ -384,10 +384,10 @@ Delete a mapper for the identity provider
384384
import phasetwo
385385
from phasetwo.apis.tags import identity_providers_api
386386
from pprint import pprint
387-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
387+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
388388
# See configuration.py for a list of all supported configuration parameters.
389389
configuration = phasetwo.Configuration(
390-
host = "https://app.phasetwo.io/auth/realms"
390+
host = "https://app.phasetwo.io/realms"
391391
)
392392

393393
# The client must configure the authentication and authorization parameters
@@ -500,10 +500,10 @@ import phasetwo
500500
from phasetwo.apis.tags import identity_providers_api
501501
from phasetwo.model.identity_provider_representation import IdentityProviderRepresentation
502502
from pprint import pprint
503-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
503+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
504504
# See configuration.py for a list of all supported configuration parameters.
505505
configuration = phasetwo.Configuration(
506-
host = "https://app.phasetwo.io/auth/realms"
506+
host = "https://app.phasetwo.io/realms"
507507
)
508508

509509
# The client must configure the authentication and authorization parameters
@@ -615,10 +615,10 @@ import phasetwo
615615
from phasetwo.apis.tags import identity_providers_api
616616
from phasetwo.model.identity_provider_mapper_representation import IdentityProviderMapperRepresentation
617617
from pprint import pprint
618-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
618+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
619619
# See configuration.py for a list of all supported configuration parameters.
620620
configuration = phasetwo.Configuration(
621-
host = "https://app.phasetwo.io/auth/realms"
621+
host = "https://app.phasetwo.io/realms"
622622
)
623623

624624
# The client must configure the authentication and authorization parameters
@@ -739,10 +739,10 @@ import phasetwo
739739
from phasetwo.apis.tags import identity_providers_api
740740
from phasetwo.model.identity_provider_mapper_representation import IdentityProviderMapperRepresentation
741741
from pprint import pprint
742-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
742+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
743743
# See configuration.py for a list of all supported configuration parameters.
744744
configuration = phasetwo.Configuration(
745-
host = "https://app.phasetwo.io/auth/realms"
745+
host = "https://app.phasetwo.io/realms"
746746
)
747747

748748
# The client must configure the authentication and authorization parameters
@@ -860,10 +860,10 @@ import phasetwo
860860
from phasetwo.apis.tags import identity_providers_api
861861
from phasetwo.model.identity_provider_representation import IdentityProviderRepresentation
862862
from pprint import pprint
863-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
863+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
864864
# See configuration.py for a list of all supported configuration parameters.
865865
configuration = phasetwo.Configuration(
866-
host = "https://app.phasetwo.io/auth/realms"
866+
host = "https://app.phasetwo.io/realms"
867867
)
868868

869869
# The client must configure the authentication and authorization parameters
@@ -971,10 +971,10 @@ Import identity provider from uploaded JSON file
971971
import phasetwo
972972
from phasetwo.apis.tags import identity_providers_api
973973
from pprint import pprint
974-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
974+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
975975
# See configuration.py for a list of all supported configuration parameters.
976976
configuration = phasetwo.Configuration(
977-
host = "https://app.phasetwo.io/auth/realms"
977+
host = "https://app.phasetwo.io/realms"
978978
)
979979

980980
# The client must configure the authentication and authorization parameters
@@ -1042,16 +1042,16 @@ str, | str, | |
10421042
Code | Class | Description
10431043
------------- | ------------- | -------------
10441044
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
1045-
2XX | [ApiResponseFor2XX](#import_idp_json.ApiResponseFor2XX) | success
1045+
200 | [ApiResponseFor200](#import_idp_json.ApiResponseFor200) | success
10461046

1047-
#### import_idp_json.ApiResponseFor2XX
1047+
#### import_idp_json.ApiResponseFor200
10481048
Name | Type | Description | Notes
10491049
------------- | ------------- | ------------- | -------------
10501050
response | urllib3.HTTPResponse | Raw response |
1051-
body | typing.Union[SchemaFor2XXResponseBodyApplicationJson, ] | |
1051+
body | typing.Union[SchemaFor200ResponseBodyApplicationJson, ] | |
10521052
headers | Unset | headers were not defined |
10531053

1054-
# SchemaFor2XXResponseBodyApplicationJson
1054+
# SchemaFor200ResponseBodyApplicationJson
10551055

10561056
## Model Type Info
10571057
Input Type | Accessed Type | Description | Notes
@@ -1083,10 +1083,10 @@ import phasetwo
10831083
from phasetwo.apis.tags import identity_providers_api
10841084
from phasetwo.model.identity_provider_representation import IdentityProviderRepresentation
10851085
from pprint import pprint
1086-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
1086+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
10871087
# See configuration.py for a list of all supported configuration parameters.
10881088
configuration = phasetwo.Configuration(
1089-
host = "https://app.phasetwo.io/auth/realms"
1089+
host = "https://app.phasetwo.io/realms"
10901090
)
10911091

10921092
# The client must configure the authentication and authorization parameters
@@ -1215,10 +1215,10 @@ import phasetwo
12151215
from phasetwo.apis.tags import identity_providers_api
12161216
from phasetwo.model.identity_provider_mapper_representation import IdentityProviderMapperRepresentation
12171217
from pprint import pprint
1218-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
1218+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
12191219
# See configuration.py for a list of all supported configuration parameters.
12201220
configuration = phasetwo.Configuration(
1221-
host = "https://app.phasetwo.io/auth/realms"
1221+
host = "https://app.phasetwo.io/realms"
12221222
)
12231223

12241224
# The client must configure the authentication and authorization parameters

docs/apis/tags/OrganizationDomainsApi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a name="__pageTop"></a>
22
# phasetwo.apis.tags.organization_domains_api.OrganizationDomainsApi
33

4-
All URIs are relative to *https://app.phasetwo.io/auth/realms*
4+
All URIs are relative to *https://app.phasetwo.io/realms*
55

66
Method | HTTP request | Description
77
------------- | ------------- | -------------
@@ -23,10 +23,10 @@ import phasetwo
2323
from phasetwo.apis.tags import organization_domains_api
2424
from phasetwo.model.organization_domain_representation import OrganizationDomainRepresentation
2525
from pprint import pprint
26-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
26+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
2727
# See configuration.py for a list of all supported configuration parameters.
2828
configuration = phasetwo.Configuration(
29-
host = "https://app.phasetwo.io/auth/realms"
29+
host = "https://app.phasetwo.io/realms"
3030
)
3131

3232
# The client must configure the authentication and authorization parameters
@@ -138,10 +138,10 @@ import phasetwo
138138
from phasetwo.apis.tags import organization_domains_api
139139
from phasetwo.model.organization_domain_representation import OrganizationDomainRepresentation
140140
from pprint import pprint
141-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
141+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
142142
# See configuration.py for a list of all supported configuration parameters.
143143
configuration = phasetwo.Configuration(
144-
host = "https://app.phasetwo.io/auth/realms"
144+
host = "https://app.phasetwo.io/realms"
145145
)
146146

147147
# The client must configure the authentication and authorization parameters
@@ -251,10 +251,10 @@ Initiate a verification check for the domain name owned by this organization
251251
import phasetwo
252252
from phasetwo.apis.tags import organization_domains_api
253253
from pprint import pprint
254-
# Defining the host is optional and defaults to https://app.phasetwo.io/auth/realms
254+
# Defining the host is optional and defaults to https://app.phasetwo.io/realms
255255
# See configuration.py for a list of all supported configuration parameters.
256256
configuration = phasetwo.Configuration(
257-
host = "https://app.phasetwo.io/auth/realms"
257+
host = "https://app.phasetwo.io/realms"
258258
)
259259

260260
# The client must configure the authentication and authorization parameters

0 commit comments

Comments
 (0)