Services /
Edit service build parameters
Sets the build parameters for the given service.
URL parameters
project
string required
ID of the project
service
string required
ID of the service
Request attributes
object
buildParameters
object required
An object containing the all of the build arguments to set for the service
API
CLI
POST /v1beta/projects/{project}/services/{service}/configuration/parameters
Example request
request body
curl
curl --header "Content-Type: application/json" \
--header "Authorization: Bearer NORTHFLANK_API_TOKEN" \
--request POST \
--data '{"buildParameters":{"ARGUMENT_1":"abcdef","ARGUMENT_2":"12345"}}' \
https://api.northflank.com/v1beta/projects/{project}/services/{service}/configuration/parameters
Example response
200 OK
success