From 29bd839f33e2f670bdb8f579b857f4ad29a2fe6a Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 11 Mar 2025 17:48:09 +0000 Subject: [PATCH] Cleanup of stray example --- platform/smallstep-api.mdx | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/platform/smallstep-api.mdx b/platform/smallstep-api.mdx index 8395463f..6973854e 100644 --- a/platform/smallstep-api.mdx +++ b/platform/smallstep-api.mdx @@ -25,41 +25,8 @@ You can get an API token in two ways: ### API Clients -- [Smallstep Terraform Provider](https://github.com/smallstep/terraform-provider-smallstep) ([Documentation](https://registry.terraform.io/providers/smallstep/smallstep/latest/docs)) - [Smallstep API Python Client](https://github.com/smallstep/smallstep-python) - -### Getting Started - -Output: - -```bash -[ - { - "active": true, - "displayName": "Alice T", - "emails": [ - { - "email": "alice@smallstep.com", - "primary": true - } - ], - "familyName": "T", - "givenName": "Alice", - "groups": [ - { - "id": "a1028765-3d67-44b0-b51b-f7d76727f181", - "name": "admin" - }, - { - "id": "eb4b75f0-a341-4dac-a52a-12d90d91b97d", - "name": "super-admin" - } - ], - "id": "4510f372-f4ba-4dc7-b6c2-ad22fdaaadb1", - "posixUsers": [] - } -] -``` +- [Smallstep Terraform Provider](https://github.com/smallstep/terraform-provider-smallstep) ([Documentation](https://registry.terraform.io/providers/smallstep/smallstep/latest/docs)) ### Example: Add devices via the API @@ -69,8 +36,6 @@ Devices added via API are automatically approved. but they will not be marked as high-assurance until Smallstep receives an attestation from the device. -#### Example: I have a list of device identifiers - For each device, use the [Save Collection Instance](https://gateway.smallstep.com/v2023-11-01/operations/PutCollectionInstance) endpoint to create a device. - For the `collectionSlug`, use `default` - For Apple devices, the `instanceID` must be the device's serial number.