Changes to GET /api/v1/skillhub/skills/:slug

GET /api/v1/skillhub/skills/{slug}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 31 revisions of this API.628

  1. c87fe17eb12b5
  2. 15a1677e662f11
  3. b7546b7587441
  4. 239b3cc94d80422

What changed

    • added the new optional query request parameter agentId

      new-optional-request-parameter

    • added the new optional query request parameter source

      new-optional-request-parameter

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

  • 15a1677e662f11See the full diff
    • added the pattern ^[a-z0-9][a-z0-9-]{0,127}$ to the path request parameter slug

      request-parameter-pattern-added

    • for the path request parameter slug, the minLength was decreased from 1 to 0

      request-parameter-min-length-decreased

    • removed the required property from the response with the status

      response-required-property-removed

  • 239b3cc94d80422See the full diff
    • for the path request parameter slug, the minLength was increased from 0 to 1

      request-parameter-min-length-increased

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • deleted the query request parameter agentId

      request-parameter-removed

    • deleted the query request parameter source

      request-parameter-removed

    • removed the pattern ^[a-z0-9][a-z0-9-]{0,127}$ from the path request parameter slug

      request-parameter-pattern-removed

    • added the required property to the response with the status

      response-required-property-added