Replace all available locales for a repository

put

/repositories/{id}/availableLocales

Request

Path Parameters
  • The unique identifier of the repository object, probably FBA17E28CAAB4A7387A44BEE77240E33.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Complete replacement set of available repository locales.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : AvailableLocaleReference
Type: object
Locale entry accepted in a complete available-locales replacement set.
Show Source
Back to Top

Response

204 Response

No Content

400 Response

Invalid locale update request.
Body ()
Root Schema : ErrorResponse
Type: object
Show Source
Nested Schema : error
Type: object
Show Source
Nested Schema : errorDetails
Type: array
Show Source
Nested Schema : items
Type: object

500 Response

Repository locale update failed.
Body ()
Root Schema : ErrorResponse
Type: object
Show Source
Nested Schema : error
Type: object
Show Source
Nested Schema : errorDetails
Type: array
Show Source
Nested Schema : items
Type: object
Back to Top