mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 00:46:35 +00:00
1 line
5.0 KiB
JavaScript
1 line
5.0 KiB
JavaScript
module.exports = [{"type":"doc","id":"api/netbird-rest-api"},{"type":"category","label":"Accounts","items":[{"type":"doc","id":"api/get-accounts","label":"List all Accounts","className":"api-method-get"},{"type":"doc","id":"api/update-account","label":"Update an Account","className":"api-method-put"}]},{"type":"category","label":"Users","items":[{"type":"doc","id":"api/get-users","label":"Retrieve Users","className":"api-method get"},{"type":"doc","id":"api/create-user","label":"Create a User","className":"api-method post"},{"type":"doc","id":"api/update-user","label":"Update a User","className":"api-method put"},{"type":"doc","id":"api/delete-user","label":"Delete a User","className":"api-method delete"}]},{"type":"category","label":"Tokens","items":[{"type":"doc","id":"api/get-tokens","label":"List all Tokens","className":"api-method get"},{"type":"doc","id":"api/create-token","label":"Create a Token","className":"api-method post"},{"type":"doc","id":"api/get-token","label":"Retrieve a Token","className":"api-method get"},{"type":"doc","id":"api/delete-token","label":"Delete a Token","className":"api-method delete"}]},{"type":"category","label":"Peers","items":[{"type":"doc","id":"api/get-peers","label":"List all Peers","className":"api-method get"},{"type":"doc","id":"api/get-peer","label":"Retrieve a Peer","className":"api-method get"},{"type":"doc","id":"api/update-a-peer","label":"Update a Peer","className":"api-method put"},{"type":"doc","id":"api/delete-a-peer","label":"Delete a Peer","className":"api-method delete"}]},{"type":"category","label":"Setup Keys","items":[{"type":"doc","id":"api/list-all-setup-keys","label":"List all Setup Keys","className":"api-method get"},{"type":"doc","id":"api/create-a-setup-key","label":"Create a Setup Key","className":"api-method post"},{"type":"doc","id":"api/retrieve-a-setup-key","label":"Retrieve a Setup Key","className":"api-method get"},{"type":"doc","id":"api/update-a-setup-key","label":"Update a Setup Key","className":"api-method put"}]},{"type":"category","label":"Groups","items":[{"type":"doc","id":"api/list-all-groups","label":"List all Groups","className":"api-method get"},{"type":"doc","id":"api/create-a-group","label":"Create a Group","className":"api-method post"},{"type":"doc","id":"api/retrieve-a-group","label":"Retrieve a Group","className":"api-method get"},{"type":"doc","id":"api/update-a-group","label":"Update a Group","className":"api-method put"},{"type":"doc","id":"api/delete-a-group","label":"Delete a Group","className":"api-method delete"}]},{"type":"category","label":"Rules","items":[{"type":"doc","id":"api/list-all-rules","label":"List all Rules","className":"api-method get"},{"type":"doc","id":"api/create-a-rule","label":"Create a Rule","className":"api-method post"},{"type":"doc","id":"api/retrieve-a-rule","label":"Retrieve a Rule","className":"api-method get"},{"type":"doc","id":"api/update-a-rule","label":"Update a Rule","className":"api-method put"},{"type":"doc","id":"api/delete-a-rule","label":"Delete a Rule","className":"api-method delete"}]},{"type":"category","label":"Policies","items":[{"type":"doc","id":"api/list-all-policies","label":"List all Policies","className":"api-method get"},{"type":"doc","id":"api/create-a-policy","label":"Create a Policy","className":"api-method post"},{"type":"doc","id":"api/retrieve-a-policy","label":"Retrieve a Policy","className":"api-method get"},{"type":"doc","id":"api/update-a-policy","label":"Update a Policy","className":"api-method put"},{"type":"doc","id":"api/delete-a-policy","label":"Delete a Policy","className":"api-method delete"}]},{"type":"category","label":"Routes","items":[{"type":"doc","id":"api/list-all-routes","label":"List all Routes","className":"api-method get"},{"type":"doc","id":"api/create-a-route","label":"Create a Route","className":"api-method post"},{"type":"doc","id":"api/retrieve-a-route","label":"Retrieve a Route","className":"api-method get"},{"type":"doc","id":"api/update-a-route","label":"Update a Route","className":"api-method put"},{"type":"doc","id":"api/delete-a-route","label":"Delete a Route","className":"api-method delete"}]},{"type":"category","label":"DNS","items":[{"type":"doc","id":"api/list-all-nameserver-groups","label":"List all Nameserver Groups","className":"api-method get"},{"type":"doc","id":"api/create-a-nameserver-group","label":"Create a Nameserver Group","className":"api-method post"},{"type":"doc","id":"api/retrieve-a-nameserver-group","label":"Retrieve a Nameserver Group","className":"api-method get"},{"type":"doc","id":"api/update-a-nameserver-group","label":"Update a Nameserver Group","className":"api-method put"},{"type":"doc","id":"api/delete-a-nameserver-group","label":"Delete a Nameserver Group","className":"api-method delete"},{"type":"doc","id":"api/retrieve-dns-settings","label":"Retrieve DNS Settings","className":"api-method get"},{"type":"doc","id":"api/update-dns-settings","label":"Update DNS Settings","className":"api-method put"}]},{"type":"category","label":"Events","items":[{"type":"doc","id":"api/list-all-events","label":"List all Events","className":"api-method get"}]}]; |