1 2 3 4 5 6 7 | ./scripts/api_example.py -X POST -d '{"snaps": ["ubuntu-core.canonical", "linux-armhf.mvo", "beagleblack.mvo"], "name": "cert-rolling-bbb", "release": "rolling", "primary_snap_name": "test.ce-certification-qa"}' conf.ini https://spi.canonical.com/products
HTTP 401
{
"id": "unauthorized",
"message": "Not allowed"
}
|