Manage Service: Update
Descrizione
Questa API aggiorna le informazioni relative ad un servizio. Per funzionare correttamente richiede l'inserimento del service_id
come path parameter.
Devi usare la nuova chiave manage
per la gestione dei servizi.
Per utilizzare questa API è necessario richiedere un'abilitazione specifica.
Update service
Update an existing service by ID
put
/manage/services/{serviceId}
Authorizations
Path parameters
serviceIdstringrequired
ID of the service
Body
metadataall ofrequired
A set of service metadata properties on request payload
namestringrequired
descriptionstringrequired
organizationobjectrequired
require_secure_channelboolean
authorized_recipientsstring FiscalCode[]
authorized_cidrsstring[]
Allowed source IPs or CIDRs for this service. When empty, every IP address it's authorized to call the IO API on behalf of the service.
max_allowed_payment_amountinteger int32
Responses
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
401
403
404
409
429
500
Risorse utili
https://developer.io.italia.it/openapi.html#operation/cmsUpdateService
Last updated