Manage Service: Request Review

Descrizione

Questa API sottopone il servizio alla revisione di PagoPA. Per funzionare correttamente richiede l'inserimento del service_id come path parameter. Puoi richiedere che il servizio venga automaticamente attivato in caso di approvazione specificandolo nel body della richiesta.

Devi usare la nuova chiave manage per la gestione dei servizi.

Send service to review

put

Send service to review by service ID

Authorizations
Path parameters
serviceIdanyrequired

ID of the service

Body
auto_publishbooleanrequired

Flag to request an automatic service publication on service approval.

Example: true
Responses
put
PUT /api/v1/manage/services/{serviceId}/review HTTP/1.1
Host: api.io.pagopa.it
Ocp-Apim-Subscription-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "auto_publish": true
}

No Content

Risorse utili

https://developer.io.italia.it/openapi.html#operation/cmsReviewService

Last updated