fix gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
api\ tests.txt
|
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