Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(ci): postman acl grant
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclau authored and ganoze committed Oct 3, 2017
1 parent 96c8cde commit 9865bc2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions tests/rest_api/rest_api.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -48520,26 +48520,30 @@
"query": [
{
"key": "action",
"value": "action"
"value": "action",
"equals": true,
"description": ""
},
{
"key": "object",
"value": "centreon_clapi"
"value": "centreon_clapi",
"equals": true,
"description": ""
}
],
"variable": []
},
"method": "POST",
"header": [
{
"description": "",
"key": "Content-Type",
"value": "application/json"
"value": "application/json",
"description": ""
},
{
"description": "",
"key": "centreon-auth-token",
"value": "{{token}}"
"value": "{{token}}",
"description": ""
}
],
"body": {
Expand Down Expand Up @@ -80643,4 +80647,4 @@
]
}
]
}
}

0 comments on commit 9865bc2

Please sign in to comment.