Zum Hauptinhalt springen

Accepts the model terms for a customer

POST/v2/customers/{customerId}/ai-hosting-models/actions/accept-terms/
v2
POST
ai-hosting-customer-accept-model-terms

Accept all model terms for a customer that are not already accepted. If there are no terms to accept, this endpoint will do nothing and return 204.

Request

  • customerIdstring
    required

Responses

Kein Request-Inhalt spezifiziert.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/customers/string/ai-hosting-models/actions/accept-terms