Saltar al contenido principal
POST
/
v1
/
production
/
plans
/
{planReference}
/
refresh
Refresh data for a plan
curl --request POST \
  --url https://api.bold-factory.com/v1/production/plans/{planReference}/refresh \
  --header 'Authorization: Bearer <token>'
{
  "type": "https://www.rfc-editor.org/rfc/rfc9110.html#name-401-unauthorized",
  "title": "Unauthorized",
  "status": 401,
  "detail": "You are not authenticated.",
  "instance": "GET /v1/items/skus"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

planReference
string
requerido

Respuesta

No Content