@@ -228,7 +228,8 @@ function DSHttpAdapterProvider() {
228228 * @param {string|number } id Primary key of the entity to update.
229229 * @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
230230 *
231- * - `{string=}` - `baseUrl` - Base url to use.
231+ * - `{string=}` - `baseUrl` - Override the default base url.
232+ * - `{string=}` - `endpoint` - Override the default endpoint.
232233 * - `{object=}` - `params` - Additional query string parameters to add to the url.
233234 *
234235 * @returns {Promise } Promise.
@@ -259,7 +260,8 @@ function DSHttpAdapterProvider() {
259260 * @param {object= } params Search query parameters. See the [query guide](/documentation/guide/queries/index).
260261 * @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
261262 *
262- * - `{string=}` - `baseUrl` - Base url to use.
263+ * - `{string=}` - `baseUrl` - Override the default base url.
264+ * - `{string=}` - `endpoint` - Override the default endpoint.
263265 * - `{object=}` - `params` - Additional query string parameters to add to the url.
264266 *
265267 * @returns {Promise } Promise.
@@ -295,7 +297,8 @@ function DSHttpAdapterProvider() {
295297 * @param {object } attrs The attribute payload.
296298 * @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
297299 *
298- * - `{string=}` - `baseUrl` - Base url to use.
300+ * - `{string=}` - `baseUrl` - Override the default base url.
301+ * - `{string=}` - `endpoint` - Override the default endpoint.
299302 * - `{object=}` - `params` - Additional query string parameters to add to the url.
300303 *
301304 * @returns {Promise } Promise.
@@ -328,7 +331,8 @@ function DSHttpAdapterProvider() {
328331 * @param {object } attrs The attribute payload.
329332 * @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
330333 *
331- * - `{string=}` - `baseUrl` - Base url to use.
334+ * - `{string=}` - `baseUrl` - Override the default base url.
335+ * - `{string=}` - `endpoint` - Override the default endpoint.
332336 * - `{object=}` - `params` - Additional query string parameters to add to the url.
333337 *
334338 * @returns {Promise } Promise.
@@ -361,7 +365,8 @@ function DSHttpAdapterProvider() {
361365 * @param {object= } params Search query parameters. See the [query guide](/documentation/guide/queries/index).
362366 * @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
363367 *
364- * - `{string=}` - `baseUrl` - Base url to use.
368+ * - `{string=}` - `baseUrl` - Override the default base url.
369+ * - `{string=}` - `endpoint` - Override the default endpoint.
365370 * - `{object=}` - `params` - Additional query string parameters to add to the url.
366371 *
367372 * @returns {Promise } Promise.
@@ -398,7 +403,8 @@ function DSHttpAdapterProvider() {
398403 * @param {string|number } id Primary key of the entity to update.
399404 * @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
400405 *
401- * - `{string=}` - `baseUrl` - Base url to use.
406+ * - `{string=}` - `baseUrl` - Override the default base url.
407+ * - `{string=}` - `endpoint` - Override the default endpoint.
402408 * - `{object=}` - `params` - Additional query string parameters to add to the url.
403409 *
404410 * @returns {Promise } Promise.
@@ -429,7 +435,8 @@ function DSHttpAdapterProvider() {
429435 * @param {object= } params Search query parameters. See the [query guide](/documentation/guide/queries/index).
430436 * @param {object= } options Optional configuration. Also passed along to `$http([config])`. Properties:
431437 *
432- * - `{string=}` - `baseUrl` - Base url to use.
438+ * - `{string=}` - `baseUrl` - Override the default base url.
439+ * - `{string=}` - `endpoint` - Override the default endpoint.
433440 * - `{object=}` - `params` - Additional query string parameters to add to the url.
434441 *
435442 * @returns {Promise } Promise.
0 commit comments