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
Copy file name to clipboardExpand all lines: openapi/nexus.json
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10357,7 +10357,9 @@
10357
10357
"tags": [
10358
10358
"system/silos"
10359
10359
],
10360
-
"operationId": "scim_idp_get_tokens",
10360
+
"summary": "List SCIM tokens",
10361
+
"description": "Specify the silo by name or ID using the `silo` query parameter.",
10362
+
"operationId": "scim_token_list",
10361
10363
"parameters": [
10362
10364
{
10363
10365
"in": "query",
@@ -10396,7 +10398,9 @@
10396
10398
"tags": [
10397
10399
"system/silos"
10398
10400
],
10399
-
"operationId": "scim_idp_create_token",
10401
+
"summary": "Create SCIM token",
10402
+
"description": "Specify the silo by name or ID using the `silo` query parameter. Be sure to save the bearer token in the response. It will not be retrievable later through the token view and list endpoints.",
10403
+
"operationId": "scim_token_create",
10400
10404
"parameters": [
10401
10405
{
10402
10406
"in": "query",
@@ -10431,7 +10435,9 @@
10431
10435
"tags": [
10432
10436
"system/silos"
10433
10437
],
10434
-
"operationId": "scim_idp_delete_all_tokens",
10438
+
"summary": "Delete all SCIM tokens",
10439
+
"description": "Specify the silo by name or ID using the `silo` query parameter.",
10440
+
"operationId": "scim_token_delete_all",
10435
10441
"parameters": [
10436
10442
{
10437
10443
"in": "query",
@@ -10461,7 +10467,9 @@
10461
10467
"tags": [
10462
10468
"system/silos"
10463
10469
],
10464
-
"operationId": "scim_idp_get_token_by_id",
10470
+
"summary": "Fetch SCIM token",
10471
+
"description": "Specify the silo by name or ID using the `silo` query parameter.",
10472
+
"operationId": "scim_token_view",
10465
10473
"parameters": [
10466
10474
{
10467
10475
"in": "path",
@@ -10505,7 +10513,9 @@
10505
10513
"tags": [
10506
10514
"system/silos"
10507
10515
],
10508
-
"operationId": "scim_idp_delete_token_by_id",
10516
+
"summary": "Delete SCIM token",
10517
+
"description": "Specify the silo by name or ID using the `silo` query parameter.",
0 commit comments