Skip to main content
POST
/
api
/
keychain
/
set-item
Store Keychain Item
curl --request POST \
  --url http://localhost:4242/{computer_name}/api/keychain/set-item \
  --header 'Content-Type: application/json' \
  --data '{
  "item": {
    "password": "secret123",
    "url": "https://github.com",
    "username": "[email protected]"
  },
  "service": "github"
}'
This response does not have an example.

Body

application/json
service
string
required
Example:
item
object
required

Response