Skip to content

Collection at https://t.co/twitter-api-postman lost all the variable substitutions in auth #8

Description

@fireattack

The collection at https://t.co/twitter-api-postman (full link: https://www.postman.com/twitter/workspace/twitter-s-public-workspace/collection/9956214-784efcda-ed4c-4491-a4c0-a26470a67400?ctx=documentation) lost all the variable substitutions in various settings, mainly auth.

For example, it is supposed to have a top level auth of

	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "{{bearer_token}}",
				"type": "string"
			}
		]
	},

And it does in the source code.

But the version in that Workplace just have empty string:

image

You can also see this if you export the collection from there:

image

Expected behavior

The collection there should be as the same as the source code, so others can simply fork or export and use it.

Actual behavior

It is not. All the variable substitutions are lost.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions