| Field | Value |
|---|
| Source spec | issuer-directory/openapi/v1.json |
| OpenAPI version | 3.1.1 |
| API version | 1.0.0 |
| Operations | 14 |
| Path filter | All paths |
API alias for /buildinfo.json (same payload).
| Property | Value |
|---|
| Operation ID | StellaOpsBuildInfoApi |
| Tags | StellaOps.IssuerDirectory.WebService |
| Auth | Not declared |
| Request body | - |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Image build provenance (module, gitSha, gitCommitTime, imageBuiltAt, branch) for drift detection.
| Property | Value |
|---|
| Operation ID | StellaOpsBuildInfoFile |
| Tags | StellaOps.IssuerDirectory.WebService |
| Auth | Not declared |
| Request body | - |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Lists all issuers registered in the directory for the tenant, with an option to include globally shared issuers. Returns an array of issuer records.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_ListIssuers |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
includeGlobal | query | no | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Registers a new issuer in the directory with the provided ID, display name, slug, contact details, and discovery endpoints. Returns 201 Created with the new issuer record.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_CreateIssuer |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | application/json |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Returns the full issuer record for a specific issuer ID including metadata, contact information, discovery endpoints, and tags. Returns 404 if not found.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_GetIssuer |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
id | path | yes | |
includeGlobal | query | no | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Replaces the mutable fields of an existing issuer record. The route ID must match the body ID. Returns 200 with the updated record.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_UpdateIssuer |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | application/json |
Parameters:
| Name | In | Required | Description |
|---|
id | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Permanently removes an issuer and all associated keys and trust records from the directory. Requires Admin authorization. Returns 204 No Content.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_DeleteIssuer |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
id | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Lists all cryptographic keys registered for the specified issuer, optionally including globally shared keys. Returns an array of key records with type, format, and expiry.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_ListIssuerKeys |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
issuerId | path | yes | |
includeGlobal | query | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Adds a new cryptographic key to the specified issuer. Supported key types include Ed25519PublicKey, X509Certificate, and DssePublicKey. Returns 201 Created with the new key record.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_CreateIssuerKey |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | application/json |
Parameters:
| Name | In | Required | Description |
|---|
issuerId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Permanently revokes a cryptographic key from the issuer directory. Requires Admin authorization. Returns 204 No Content.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_RevokeIssuerKey |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
issuerId | path | yes | |
keyId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Replaces an existing issuer key with a new key of the specified type and material, retiring the previous key. Returns 200 with the updated key record.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_RotateIssuerKey |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | application/json |
Parameters:
| Name | In | Required | Description |
|---|
issuerId | path | yes | |
keyId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Returns the current trust configuration for the specified issuer including weight, effective trust factors, and any inherited global trust settings.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_GetTrust |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
issuerId | path | yes | |
includeGlobal | query | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Creates or updates the trust weight assigned to an issuer for use in VEX consensus calculations. Returns 200 with the updated trust view including effective weight.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_SetTrust |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | application/json |
Parameters:
| Name | In | Required | Description |
|---|
issuerId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
Removes the tenant-specific trust override for the specified issuer, reverting to global defaults if present. Requires Admin authorization. Returns 204 No Content.
| Property | Value |
|---|
| Operation ID | IssuerDirectory_DeleteTrust |
| Tags | Issuer Directory |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
issuerId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |