When creating or updating articles, courses, books, events, posts, tasks, videos, podcasts, and assessments, owner-id and owner-type attributes are now accepted and are returned in the response. owner-type only accepts user or group. When you retrieve all content or a specific content item by ID, owner-id and owner-type attributes are returned.
rating-label has been added to the POST /skill-ratings endpoint. The rating-type attribute now accepts provider codes for an external rating provider in addition to manager, self, or peer. GET /skill-ratings endpoints now return the rating-label.
After 7 years of service, API v1 ceased operating in June 2023. API v1 is entirely replaced and superseded by API v2. All clients and partners currently using the API are using v2. There has been no interruption in service for API v2, and you should not expect any.
The API no longer validates the format value for content items. This value appears in the UI as a filter option in search. Previously, only a list of acceptable values were allowed, however, now any value is allowed.
Added
Focus skills can now be assigned to users using the the /user-skills endpoint. The is-focus attribute can be used with POST and PATCH methods to indicate if the skill is a focus skill. (PD-84649)
Added filter[rated_before], filter[rated_after], filter[requested_after], filter[rating_type], and filter[requested_before] to Get All Skill Ratings endpoint.