Ingestion Sources

Update an existing ingestion source in a geo-catalog

put/inma/ingestion-sources/{id}

Path parameters

idstring uuid required

Ingestion source id

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

idstring uuid required

Universally Unique Identifier

createdstring date-time

Created time in UTC format

kind'SasToken' | 'BlobManagedIdentity' required

Ingestion source type

Response

The request has succeeded.

idstring uuid required

Universally Unique Identifier

createdstring date-time

Created time in UTC format

kind'SasToken' | 'BlobManagedIdentity' required

Ingestion source type

Changes

Changed in 2 of the 8 revisions of this API.13

  • 2025-04-30-preview28e8cb36528911See the full diff
    • removed the success response with the status 201

      response-success-status-removed

    • api operation id IngestionSources_CreateOrReplace removed and replaced with IngestionSources_Replace

      api-operation-id-removed

  • 2025-04-30-preview00cbc3d6d8e02See the full diff
    • api operation id IngestionSources_Replace removed and replaced with IngestionSources_CreateOrReplace

      api-operation-id-removed

    • added the success response with the status 201

      response-success-status-added