changedInput schema / properties / body / description
Previous value: -"Тело для POST и PATCH."New value: +"Body for POST and PATCH."
changedInput schema / properties / database / description
Previous value: -"База: имя, слаг или id. Без него — единственная база организации с включённым Data API."New value: +"The database: name, slug or id. Without it — the organization's only database with the Data API enabled."
changedInput schema / properties / method / description
Previous value: -"HTTP-метод."New value: +"HTTP method."
changedInput schema / properties / organization / description
Previous value: -"Организация (слаг). Без него — единственная или личная."New value: +"Organization slug. Without it — the only one, or the personal one."
changedInput schema / properties / path / description
Previous value: -"Путь от адреса базы: `/rest/v1/products`, `/rest/v1/rpc/order_create` или `/whoami` (только GET)."New value: +"Path from the database address: `/rest/v1/products`, `/rest/v1/rpc/order_create` or `/whoami` (GET only)."
changedInput schema / properties / query / description
Previous value: -"Параметры запроса как у PostgREST: {\"select\": \"id,title\", \"price\": \"gt.100\"}."New value: +"Query parameters, PostgREST style: {\"select\": \"id,title\", \"price\": \"gt.100\"}."
changedInput schema / properties / role / description
Previous value: -"От чьего имени: visitor — посетитель с публичным ключом, user — вошедший пользователь (нужен user_id), server — секретный ключ."New value: +"On whose behalf: visitor — a visitor with the public key, user — a signed-in user (needs user_id), server — the secret key."
changedInput schema / properties / schema / description
Previous value: -"Схема таблицы: api, public или app. Без неё имя ищется по порядку api → public → app — указывай, когда одноимённые таблицы есть в нескольких схемах. Функциям и /whoami не нужна."New value: +"The table's schema: api, public or app. Without it the name is looked up in the order api → public → app — pass it when tables with the same name exist in several schemas. Not needed for functions and /whoami."
changedInput schema / properties / user_id / description
Previous value: -"Для role=user: id пользователя приложения."New value: +"For role=user: id of the app user."