feat(API): Add 'default_encoding' documentation#733
feat(API): Add 'default_encoding' documentation#733Michael Blum (BlumMichael) merged 3 commits intomasterfrom
Conversation
|
Michael Blum (@BlumMichael) is the param also exposed via the show project endpoint and should be documented here? |
It's not exposed via show-endpoint: https://github.com/phrase/phrase/blob/STRINGS-843-follow-up/app/serializers/project_serializer.rb |
|
Michael Blum (@BlumMichael) i think we should then also add it to the project show endpoint? if users want to set it they probably also want to check the current state :) |
|
Sönke Behrendt (@theSoenke) create too, I guess? |
None of the other settings (e.g. Example show-call
{
"id": "6033a78e0e993a15409ec9d18fa93bb2",
"name": "Strings-563",
"slug": "strings-563",
"main_format": "strings_json",
"media": "",
"shares_translation_memory": true,
"project_image_url": null,
"created_at": "2024-10-29T06:29:08Z",
"updated_at": "2024-12-12T10:08:11Z",
"account": {
"id": "c1d4a2bcaa4aa8b8a0ec9f5cf23cc322",
"name": "Phrase2",
"slug": "phrase",
"company": "",
"created_at": "2024-08-08T06:31:46Z",
"updated_at": "2024-12-10T08:51:17Z",
"company_logo_url": null
},
"branch": null,
"space": null,
"point_of_contact": {
"id": "66d2f0e1b74143a05630e79c9f4b0912",
"username": "michael.blum+1000",
"name": "Michael Blum",
"gravatar_uid": "8c6376c873fdf69071a979f8e4be01b5"
}
} |
|
Michael Blum (@BlumMichael) sure, then let's make them all public in a follow-up task! ✅ |
|
Documentation for https://github.com/phrase/phrase/pull/14383/