You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 200 |[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)| OK |[codersdk.WorkspaceAgentAuthenticateResponse](schemas.md#codersdkworkspaceagentauthenticateresponse)|
49
49
50
-
To perform this operation, you must be authenticated by means of one of the following methods: **CoderSessionToken**.
50
+
To perform this operation, you must be authenticated. [Learn more](authentication.md)
51
51
52
52
## Authenticate agent on Azure instance
53
53
@@ -94,7 +94,7 @@ curl -X POST http://coder-server:8080/api/v2/workspaceagents/azure-instance-iden
| 200 |[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)| OK |[codersdk.WorkspaceAgentAuthenticateResponse](schemas.md#codersdkworkspaceagentauthenticateresponse)|
96
96
97
-
To perform this operation, you must be authenticated by means of one of the following methods: **CoderSessionToken**.
97
+
To perform this operation, you must be authenticated. [Learn more](authentication.md)
98
98
99
99
## Authenticate agent on Google Cloud instance
100
100
@@ -140,7 +140,7 @@ curl -X POST http://coder-server:8080/api/v2/workspaceagents/google-instance-ide
| 200 |[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)| OK |[codersdk.WorkspaceAgentAuthenticateResponse](schemas.md#codersdkworkspaceagentauthenticateresponse)|
142
142
143
-
To perform this operation, you must be authenticated by means of one of the following methods: **CoderSessionToken**.
143
+
To perform this operation, you must be authenticated. [Learn more](authentication.md)
144
144
145
145
## Submit workspace application health
146
146
@@ -178,7 +178,7 @@ curl -X POST http://coder-server:8080/api/v2/workspaceagents/me/app-health \
| 200 |[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)| OK |[codersdk.WorkspaceAgentGitAuthResponse](schemas.md#codersdkworkspaceagentgitauthresponse)|
243
243
244
-
To perform this operation, you must be authenticated by means of one of the following methods: **CoderSessionToken**.
244
+
To perform this operation, you must be authenticated. [Learn more](authentication.md)
245
245
246
246
## Get workspace agent Git SSH key
247
247
@@ -273,7 +273,7 @@ curl -X GET http://coder-server:8080/api/v2/workspaceagents/me/gitsshkey \
0 commit comments