docs: typo fixes (#8519)

Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
Mark Stosberg 2024-09-02 03:25:01 -04:00 committed by GitHub
parent 85bde8a36a
commit e6f849f325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -208,12 +208,12 @@ curl -L -X POST 'https://$CUSTOM-DOMAIN/admin/v1/orgs/_setup' \
Detailed description of [Setup Organization](/docs/apis/resources/admin/admin-service-set-up-org#setup-organization) Detailed description of [Setup Organization](/docs/apis/resources/admin/admin-service-set-up-org#setup-organization)
If you need to add custom data to either the organization or the user you can use the metadata. If you need to add custom data to either the organization or the user you can use the metadata.
Metadata is a key value construct that allows you to store any additional information to the ressources. Metadata is a key value construct that allows you to store any additional information to the resources.
The set organization metadata request allows you to add one key value pair to an organization: The set organization metadata request allows you to add one key value pair to an organization:
[Set Organization Metadata](/docs/apis/resources/mgmt/management-service-set-org-metadata) [Set Organization Metadata](/docs/apis/resources/mgmt/management-service-set-org-metadata)
If you have more than one field, you can use the bulk add request: If you have more than one field, you can use the bulk add request:
[Bulk Set Organization Metadata](/docs/apis/resources/mgmt/management-service-bulk-set-org-metadata) [Bulk Set Organization Metadata](/docs/apis/resources/mgmt/management-service-bulk-set-org-metadata)
The same requests also exist on the user ressource: The same requests also exist on the user resource:
[Set User Metadata](/docs/apis/resources/mgmt/management-service-set-user-metadata) [Set User Metadata](/docs/apis/resources/mgmt/management-service-set-user-metadata)
[Bulk Set User Metadata](/docs/apis/resources/mgmt/management-service-bulk-set-user-metadata) [Bulk Set User Metadata](/docs/apis/resources/mgmt/management-service-bulk-set-user-metadata)