meta

List linting profiles

Retrieves the profiles available for linting

get/profiles

Response

A list of profiles available for linting

Namestring required

The name of the profile

Descriptionstring required

A textual description of the profile

Sourcestring

The document in which the profile is defined

Lintersstring[]

The linters that handle this profile

Changes

Changed in 5 of the 13 revisions of this API.28

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the optional property items/Linters to the response with the 200 status

      response-optional-property-added

    • added the optional property items/Source to the response with the 200 status

      response-optional-property-added

    • api tag meta added

      api-tag-added

    • api operation id profiles was added

      api-operation-id-added

  • 4626613d079c23See the full diff
    • removed the optional property items/Linters from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/Source from the response with the 200 status

      response-optional-property-removed

    • api operation id profiles removed and replaced with

      api-operation-id-removed

    • api tag meta removed

      api-tag-removed

    • removed the non-success response with the status 404

      response-non-success-status-removed