Skip to content

Commit f615737

Browse files
grantbcoe
authored andcommitted
docs: fix HTTP acronym (#241)
1 parent e561126 commit f615737

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

cloud-tasks/README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
* [Before you begin](#before-you-begin)
1414
* [Samples](#samples)
15-
* [Create Http Task](#create-http-task)
16-
* [Create Http Task With Token](#create-http-task-with-token)
15+
* [Cloud Tasks Create HTTP Target](#cloud-tasks-create-http-target)
16+
* [Cloud Tasks Create HTTP Target with Token](#cloud-tasks-create-http-target-with-token)
1717
* [Create Queue](#create-queue)
1818
* [Create Task](#create-task)
1919
* [Delete Queue](#delete-queue)
@@ -30,7 +30,9 @@ Before running the samples, make sure you've followed the steps outlined in
3030

3131

3232

33-
### Create Http Task
33+
### Cloud Tasks Create HTTP Target
34+
35+
Create Cloud Tasks with a HTTP Target
3436

3537
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createHttpTask.js).
3638

@@ -47,7 +49,9 @@ __Usage:__
4749

4850

4951

50-
### Create Http Task With Token
52+
### Cloud Tasks Create HTTP Target with Token
53+
54+
Create Cloud Tasks with a HTTP Target with Token
5155

5256
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createHttpTaskWithToken.js).
5357

cloud-tasks/createHttpTask.js

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
'use strict';
1717

18+
// sample-metadata:
19+
// title: Cloud Tasks Create HTTP Target
20+
// description: Create Cloud Tasks with a HTTP Target
21+
1822
/**
1923
* Create a task with an HTTP target for a given queue with an arbitrary payload.
2024
*/

cloud-tasks/createHttpTaskWithToken.js

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
'use strict';
1717

18+
// sample-metadata:
19+
// title: Cloud Tasks Create HTTP Target with Token
20+
// description: Create Cloud Tasks with a HTTP Target with Token
21+
1822
/**
1923
* Create a task with an HTTP target for a given queue with an arbitrary payload.
2024
*/

0 commit comments

Comments
 (0)