diff --git a/en/automation/automation-cloudops-api.md b/en/automation/automation-cloudops-api.md index 192d931f..fd28491e 100644 --- a/en/automation/automation-cloudops-api.md +++ b/en/automation/automation-cloudops-api.md @@ -33,7 +33,7 @@ curl --request GET \ --header 'MC-Api-Key: {api-key}' ``` -To prepare this example for execution, you will copy the full text from the article and paste it into a text editor. For readability, the cURL command is broken into multiple lines using the backslash \('`\`'\) symbol to force a line-wrap. \(Windows users please be sure to read the [Windows users only](automation-cloudops-api.md#section_ihn_gt1_qgc) section, because you will need to use a different symbol to accomplish this.\) Notice that there are two markers, which act as placeholders for the data you will supply: `{endpoint-url}`, and `{api-key}`. You will replace these markers \(including the surrounding braces\) with the relevant values, as explained in the [API key](automation-cloudops-api.md#api-key) and [API endpoint](automation-cloudops-api.md#api-endpoint) sections. +To prepare this example for execution, you will copy the full text from the article and paste it into a text editor. For readability, the cURL command is broken into multiple lines using the backslash \('`\`'\) symbol to force a line-wrap. \(Windows users please be sure to read the Windows users only section, because you will need to use a different symbol to accomplish this.\) Notice that there are two markers, which act as placeholders for the data you will supply: `{endpoint-url}`, and `{api-key}`. You will replace these markers \(including the surrounding braces\) with the relevant values, as explained in the API key and API endpoint sections. When working with any API, there is always going to be some technical aspect to the functionality. However, when executing simple tasks, many details can be safely ignored. For example, when you execute your API task \(often referred to as "making an API call"\), the system will return a response which will contain a lot of text. This text will be in a standard format called JSON.