Skip to content

Commit f9453e6

Browse files
authored
docs: authentication type can't be updated (#5824)
1 parent 23eeb6f commit f9453e6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/bundled/ingestion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2739,7 +2739,7 @@ paths:
27392739
--header 'content-type: application/json' \
27402740
--header 'x-algolia-api-key: ALGOLIA_API_KEY' \
27412741
--header 'x-algolia-application-id: ALGOLIA_APPLICATION_ID' \
2742-
--data '{"type":"googleServiceAccount","name":"lorem","input":{"clientEmail":"[email protected]","privateKey":"lorem"}}'
2742+
--data '{"name":"lorem","input":{"clientEmail":"[email protected]","privateKey":"lorem"}}'
27432743
delete:
27442744
tags:
27452745
- authentications
@@ -7639,7 +7639,7 @@ paths:
76397639
label: curl
76407640
source: |-
76417641
curl --request GET \
7642-
--url 'https://data.us.algolia.com/2/tasks?itemsPerPage=10&page=1&action=save%2Creplace%2Cpartial%2Cappend&enabled=true&sourceID=6c02aeb1-775e-418e-870b-1faccd4b2c0f&sourceType=json%2Ccommercetools&destinationID=6c02aeb1-775e-418e-870b-1faccd4b2c0f&triggerType=onDemand%2Cschedule%2Csubscription%2Cstreaming&withEmailNotifications=true&sort=createdAt&order=desc' \
7642+
--url 'https://data.us.algolia.com/2/tasks?itemsPerPage=10&page=1&action=save%2Creplace%2Cpartial%2Cappend&enabled=true&sourceID=6c02aeb1-775e-418e-870b-1faccd4b2c0f&sourceType=json%2Ccommercetools%2Cdocker&destinationID=6c02aeb1-775e-418e-870b-1faccd4b2c0f&withEmailNotifications=true&sort=createdAt&order=desc' \
76437643
--header 'accept: application/json' \
76447644
--header 'x-algolia-api-key: ALGOLIA_API_KEY' \
76457645
--header 'x-algolia-application-id: ALGOLIA_APPLICATION_ID'

specs/ingestion/common/schemas/authentication.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ AuthenticationUpdate:
6666
description: Request body for updating an authentication resource.
6767
additionalProperties: false
6868
properties:
69-
type:
70-
$ref: '#/AuthenticationType'
7169
name:
7270
$ref: './common.yml#/name'
7371
input:

0 commit comments

Comments
 (0)