Last updated 3 months ago
Was this helpful?
Attestation value to annotate
GET /v1/auth/ratls/annotations/{key} HTTP/1.1 Host: Accept: */*
OK
{ "auth": {}, "data": { "created": 1, "key": "text", "value": "text" } }
DELETE /v1/auth/ratls/annotations/{key} HTTP/1.1 Host: Accept: */*
No content
Must be set to true
true
GET /v1/auth/ratls/annotations/?list=true HTTP/1.1 Host: Accept: */*
{ "auth": {}, "data": { "keys": [ {} ] } }
Creation timestamp, set by the plugin
Human-readable description for the attestation value
PUT /v1/auth/ratls/annotations HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 41 { "created": 1, "key": "text", "value": "text" }