Files
nova/doc/api_samples/os-keypairs/v2.92/keypairs-post-req.json
Stephen Finucane 4520a058c8 doc: Add missing API samples
These have been introduced at some point and now appear when running the
API samples test with GENERATE_SAMPLES=True. Add them.

Change-Id: Ic4b6b685f17e8d411776e20f239daa0736ae9a0b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2025-05-13 12:04:50 +01:00

7 lines
98 B
JSON

{
"keypair": {
"name": "foo",
"type": "ssh",
"user_id": "fake"
}
}