Manage Service: Release

Descrizione

Questa API permette di pubblicare un servizio approvato. 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.

Publish service on IO

Publish service by ID on IO Platform

POSThttps://api.io.pagopa.it/api/v1/manage/services/{serviceId}/release
Authorization
Path parameters
serviceId*string

ID of the service

Response

Service published successfully

Request
const response = await fetch('https://api.io.pagopa.it/api/v1/manage/services/{serviceId}/release', {
    method: 'POST',
    headers: {},
});
const data = await response.json();
Response
{
  "type": "https://example.com/problem/constraint-violation",
  "title": "text",
  "status": 200,
  "detail": "There was an error processing the request",
  "instance": "https://example.com"
}

Risorse utili

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