fix gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ api\ tests.txt
|
|||||||
ccsecrets
|
ccsecrets
|
||||||
ccsecrets.*
|
ccsecrets.*
|
||||||
.env
|
.env
|
||||||
|
*.pem
|
@@ -83,6 +83,7 @@ Data
|
|||||||
#### Store
|
#### Store
|
||||||
POST `/api/secret/store`
|
POST `/api/secret/store`
|
||||||
|
|
||||||
|
Data
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"deviceName": "",
|
"deviceName": "",
|
||||||
@@ -116,6 +117,7 @@ Either deviceName or deviceCategory can be specified (or both). Wildcards are su
|
|||||||
#### Update
|
#### Update
|
||||||
POST `/api/secret/update`
|
POST `/api/secret/update`
|
||||||
|
|
||||||
|
Data
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"deviceName": "",
|
"deviceName": "",
|
||||||
|
Reference in New Issue
Block a user