mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	docs: Make dev-fetch-api-key use curl example system.
This commit is contained in:
		@@ -17,11 +17,7 @@ in a Zulip production server.
 | 
			
		||||
{start_tabs}
 | 
			
		||||
{tab|curl}
 | 
			
		||||
 | 
			
		||||
``` curl
 | 
			
		||||
curl -X POST {{ api_url }}/v1/dev_fetch_api_key \
 | 
			
		||||
    -u BOT_EMAIL_ADDRESS:BOT_API_KEY \
 | 
			
		||||
    -d "username=iago@zulip.com"
 | 
			
		||||
```
 | 
			
		||||
{generate_code_example(curl)|/dev_fetch_api_key:post|example}
 | 
			
		||||
 | 
			
		||||
{end_tabs}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user