Skip to content

Commit

Permalink
docs: fix wrong link for API credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Oct 1, 2024
1 parent 85055c7 commit 47d7299
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/resources/directory_api_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-
Tip:
You must be assigned to directory admin or viewer role.
Further documentation:
https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas
https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service
---

# btp_directory_api_credential (Resource)
Expand All @@ -21,7 +21,7 @@ __Tip:__
You must be assigned to directory admin or viewer role.

__Further documentation:__
<https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas>
<https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service>

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/globalaccount_api_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-
Tip:
You must be assigned to the global account admin or viewer role.
Further documentation:
https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas
https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service
---

# btp_globalaccount_api_credential (Resource)
Expand All @@ -21,7 +21,7 @@ __Tip:__
You must be assigned to the global account admin or viewer role.

__Further documentation:__
<https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas>
<https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service>

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/subaccount_api_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-
Tip:
You must be assigned to the subaccount admin or viewer role.
Further documentation:
https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas
https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service
---

# btp_subaccount_api_credential (Resource)
Expand All @@ -21,7 +21,7 @@ __Tip:__
You must be assigned to the subaccount admin or viewer role.

__Further documentation:__
<https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas>
<https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service>

## Example Usage

Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_directory_api_credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ __Tip:__
You must be assigned to directory admin or viewer role.
__Further documentation:__
<https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas>`,
<https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service>`,
Attributes: map[string]schema.Attribute{
"directory_id": schema.StringAttribute{
MarkdownDescription: "The ID of the directory.",
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_globalaccount_api_credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ __Tip:__
You must be assigned to the global account admin or viewer role.
__Further documentation:__
<https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas>`,
<https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service>`,
Attributes: map[string]schema.Attribute{
"globalaccount_id": schema.StringAttribute{
MarkdownDescription: "The ID of the globalaccount.",
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_subaccount_api_credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ __Tip:__
You must be assigned to the subaccount admin or viewer role.
__Further documentation:__
<https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas>`,
<https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service>`,
Attributes: map[string]schema.Attribute{
"subaccount_id": schema.StringAttribute{
MarkdownDescription: "The ID of the subaccount.",
Expand Down

0 comments on commit 47d7299

Please sign in to comment.