Catalogs

Perform actions on a catalog file

Perform actions on local catalog files. Single file versions of catalog add, clean, verify and remove (delete) Make sure you remember to urlencode those file names!

post/catalogs/{catalog_id}/file

Path parameters

catalog_idstring required

Unique identifier of the catalog.

Query parameters

filestring
taskstring

add,clean,verify,remove (comma-separated allowed)

Request body

filestring required
taskstring required

add,clean,verify,remove (comma-separated allowed)

Response

Success

successstring

Changes

Changed in 5 of the 46 revisions of this API.111

    • api operation id catalogFile was added

      api-operation-id-added

    • added optional request body

      request-body-added-optional

    • the query request parameter file became optional

      request-parameter-became-optional

    • the query request parameter task became optional

      request-parameter-became-optional

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • removed the non-success response with the status 400

      response-non-success-status-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status 400

      response-non-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation