POST
/edit_cobru/

Update mutable fields on an existing cobru.

Authorization

ApiKey BearerAuth
x-api-key<token>

In: header

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://prod.cobru.co/edit_cobru/" \  -H "Content-Type: application/json" \  -d '{    "url": "string"  }'
{}
{
  "error": "Error en la creacion del cobru.",
  "detail": "payment_method_enabled must be a JSON string"
}